commit | e955e021fd8dd7353748b596eda9d02a3f191e88 | [log] [tgz] |
---|---|---|
author | Torsten Grote <t@grobox.de> | Tue Aug 06 08:16:37 2019 +0200 |
committer | Torsten Grote <t@grobox.de> | Mon Sep 02 09:47:52 2019 -0300 |
tree | 443610caadf09785b93a7601681a4dc430e2eece | |
parent | 2685f2b48ad448a5c648a76015ed2c69725ac301 [diff] |
Add a simple instrumentation test for testing on real devices
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.