Hi,
I have read so many different unresolved questions on this topic and struggled with this for a couple of days now. I have implemented the BackupAgentHelper class to allow my application to backup. - I have included the API key in my Android manifest obtained by registering. - I have declared my BackupAgentHelper in the application tag of the Android Manifest. - I have implemented a SharedPreferencesBackupHelper and a FileBackupHelper in my BackupAgentHelper to backup a sharedpreferences file as well as a database. Now according to the Android Docs <http://developer.android.com/guide/topics/data/backup.html> that is all I need to do implement a backup solution. Great. So now onto testing. I have tried many different tests. 1. Followed the test spec in the Android docs. Queue package for backup, run backup, uninstall app, reinstall app and even force restored. 2. Queue package for backup, run backup, clear app data, force restore. 3. Queue package for backup, run backup, factory reset device, reinstalled app, force restored. Goes without saying none of these restored my data. Has anyone else had issues but resolved them with this? It is a feature that should be easy but just not working! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

