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.
1 parent 39d7a74 commit 27626c0Copy full SHA for 27626c0
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