commit | 2c4d44c5b9b351bb3db0cf0f4122fc771f270541 | [log] [tgz] |
---|---|---|
author | Torsten Grote <t@grobox.de> | Thu Sep 19 15:21:48 2019 -0300 |
committer | Torsten Grote <t@grobox.de> | Mon Sep 23 10:10:27 2019 -0300 |
tree | 74f1be56ea0d77da2773c27ecd2f8b1855bd15d8 | |
parent | 007dd7759dd4c7aa4eb6a146fbe1ae1e55a4376e [diff] |
Grant MANAGE_USB permission, so we can get USB serial numbers This is needed to reliably identify USB mass storage devices. If someone has several identical thumb drives, this prevents a backup from being performed when non-backup drives get attached.
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.