commit | 66c0919eb5e902d157be8413e76152deb5f99a56 | [log] [tgz] |
---|---|---|
author | Torsten Grote <t@grobox.de> | Fri Jul 05 12:35:45 2019 +0200 |
committer | Torsten Grote <t@grobox.de> | Mon Jul 08 13:21:32 2019 +0200 |
tree | 201d2ff43f84355fc0dea77c36245390c1b5034a | |
parent | ee6cf383125f0c113c15bc08f172c9000e4e1df5 [diff] |
Let user write down recovery code on first start
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.