Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hotchemi/autobackup-sample
For the bug report.
https://github.com/hotchemi/autobackup-sample
Last synced: about 1 month ago
JSON representation
For the bug report.
- Host: GitHub
- URL: https://github.com/hotchemi/autobackup-sample
- Owner: hotchemi
- Created: 2015-09-09T12:14:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T15:02:09.000Z (over 9 years ago)
- Last Synced: 2024-10-14T12:43:30.998Z (3 months ago)
- Language: Java
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is just the sample of Android [Auto Backup](https://developer.android.com/preview/backup/index.html) bug.
## Process
```sh
$ ./gradlew installDebug
# Launch app, TextView shows sample.autobackup.SampleApplication
$ adb shell bmgr run
$ adb shell bmgr fullbackup sample.autobackup
# Uninstall app
$ ./gradlew installDebug
# Launch app, TextView shows android.app.Application
# From the second, TextView shows sample.autobackup.SampleApplication
```