commit | d678566967f30757a8273f862bf43a01d0f2dea8 | [log] [tgz] |
---|---|---|
author | Torsten Grote <t@grobox.de> | Wed Jun 12 11:01:56 2019 -0300 |
committer | Torsten Grote <t@grobox.de> | Wed Jun 12 11:01:56 2019 -0300 |
tree | 145d6c839b335e403a671ff9e53ae0b644ccc165 | |
parent | 7fcd9aa09102fbf75515dc6b34448a6639f98ef3 [diff] |
Exclude key-value backup apps for now We do this as a temporary fix, because our backup methods are not called which are updating the package counter. So our mechanism to find out about the end of the backup is broken. Excluding key-value backups fixes it for now.
A backup application for the Android Open Source Project.
This application is compiled with the operating system and does not require a rooted device for use. It uses the same internal APIs as adb backup
and only requires the permission android.permission.BACKUP
for this.
Bug reports and pull requests are welcome on GitHub at https://github.com/stevesoltys/backup.
android.permission.BACKUP
to be allowed to back up appsandroid.permission.RECEIVE_BOOT_COMPLETED
to schedule automatic backups after bootThis application is available as open source under the terms of the MIT License.