A backup application for the Android Open Source Project.
Find a file
2018-11-11 17:18:55 -05:00
res Remove Gradle as build system 2017-11-08 23:56:49 -05:00
src/com/stevesoltys/backup Use stub backup and restore components by default in backup transport 2018-11-11 17:18:55 -05:00
.gitignore Initial commit 2017-09-21 00:30:28 -04:00
Android.mk Set LOCAL_PRIVATE_PLATFORM_APIS flag for Android Pie support 2018-11-10 16:01:31 -05:00
AndroidManifest.xml Remove Gradle as build system 2017-11-08 23:56:49 -05:00
LICENSE Initial commit 2017-09-21 00:30:28 -04:00
permissions_com.stevesoltys.backup.xml Remove Gradle as build system 2017-11-08 23:56:49 -05:00
README.md Add advantages section to README.md 2017-11-09 00:13:12 -05:00
whitelist_com.stevesoltys.backup.xml Remove Gradle as build system 2017-11-08 23:56:49 -05:00

Backup

A backup application for the Android Open Source Project.

Features

  • Backup application data to a zip file.
  • Restore application data from a zip file.

Getting Started

  • Check out the wiki for information on building the application with AOSP.

What makes this different?

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 one permission: android.permission.BACKUP.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/stevesoltys/backup.

License

This application is available as open source under the terms of the MIT License.