commit | c714a4e7e11c2187369af5deefef63b80708e2ce | [log] [tgz] |
---|---|---|
author | Torsten Grote <t@grobox.de> | Mon Sep 02 17:01:12 2019 -0300 |
committer | Torsten Grote <t@grobox.de> | Mon Sep 02 17:07:21 2019 -0300 |
tree | 5dbe834f26f85144135eafdf2a6b4ee43f1ae7ca | |
parent | 683268a15f2af558d4a997b92dcb0d29faa39b91 [diff] |
Show error notification when backup fails The implementation is rudimentary for now. E.g. The notification is only shown when a device init fails which seems to be triggered after the first failure.
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.