A backup application for the Android Open Source Project.
Find a file
Steve Soltys 0bd1596056 Fix #2
The output file descriptor was not being closed after each chunk was written.
1. The output stream will no longer be stored in the restore state.
2. The output file descriptor will be closed after a chunk is transferred.
2017-11-08 23:21:27 -05:00
app Fix #2 2017-11-08 23:21:27 -05:00
.gitignore Initial commit 2017-09-21 00:30:28 -04:00
build.gradle Initial commit 2017-09-21 00:30:28 -04:00
LICENSE Initial commit 2017-09-21 00:30:28 -04:00
README.md Add contributing section to README.md 2017-10-12 23:54:55 -04:00
settings.gradle Initial commit 2017-09-21 00:30:28 -04: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.

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.