onRestore not invoked for my custom BackupAgent
问题 There are some data in my Android app that I would like to backup and restore. For that purpose I have created a custom implementation of BackupAgent . In my manifest in have included the backup agent as you can see below <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="com.myapp" android:versionCode="14" android:versionName="1.13" > <application android:backupAgent="com.myapp.MyBackupAgent"> <meta-data android:name="com.google