Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```