I am testing the sample code BackupRestore
from Android SDK 16 (with my own key), but it does not work. The exactly same code works for ICS and GB. When I reinstall the app, I got
09-08 23:55:27.159: I/BackupManagerService(149): New app com.example.android.backuprestore never backed up; scheduling
When opening the app after reinstall, I got
09-08 23:53:48.240: I/PerformBackupTask(149): no backup data written; not calling transport
I found this thread on Stackoverflow which said that there might be a bug in JB. Anyone is aware or can confirm there is indeed a bug? Any workaround?