Android-PwdHash icon indicating copy to clipboard operation
Android-PwdHash copied to clipboard

Support Android data backup API

Open phw opened this issue 12 years ago • 0 comments

This would backup the list of website URLs.

See http://developer.android.com/guide/topics/data/backup.html

This would be useful for manual backup via ADB as Helium Backup [1] does. I think for this to work it is not necessary to register the App for the Android Backup Service [2](which would cause a cloud backup of eventually sensitive data).

[1] https://play.google.com/store/apps/details?id=com.koushikdutta.backup&hl=de [2] http://developer.android.com/guide/topics/data/backup.html#BackupKey

phw avatar Aug 07 '13 15:08 phw