We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e469f8e + 4ff9067 commit 80d34bfCopy full SHA for 80d34bf
samples/BackupRestore/AndroidManifest.xml
@@ -30,7 +30,11 @@
30
<application android:label="Backup/Restore"
31
android:backupAgent="ExampleAgent">
32
33
- <activity android:name="BackupRestoreActivity">
+ <!-- Some backup transports may require API keys or other metadata -->
34
+ <meta-data android:name="com.google.android.backup.api_key"
35
+ android:value="INSERT YOUR API KEY HERE" />
36
+
37
+ <activity android:name="BackupRestoreActivity">
38
<intent-filter>
39
<action android:name="android.intent.action.MAIN" />
40
<category android:name="android.intent.category.LAUNCHER" />
0 commit comments