commit | 26f23e95feaee86539bceb20622b1b0db05d73fb | [log] [tgz] |
---|---|---|
author | Torsten Grote <t@grobox.de> | Thu Sep 19 16:29:53 2019 -0300 |
committer | Torsten Grote <t@grobox.de> | Mon Sep 23 10:10:27 2019 -0300 |
tree | ec506577fe8e34e8f8974e79bac8bdd8a0b58007 | |
parent | 2c4d44c5b9b351bb3db0cf0f4122fc771f270541 [diff] |
Disable automatic backups when a removable USB flash drive is used as storage location. The backup backoff time is not reliable for this as the system still attempts to backup the magic @pm@ package without checking for the backoff value.
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.