Merge commit '7e7d75eefd23debadb67e894bc152e479bdb714f' into kraken * commit '7e7d75eefd23debadb67e894bc152e479bdb714f': Add API key to BackupRestore sample code.
This commit is contained in:
@@ -30,7 +30,11 @@
|
|||||||
<application android:label="Backup/Restore"
|
<application android:label="Backup/Restore"
|
||||||
android:backupAgent="ExampleAgent">
|
android:backupAgent="ExampleAgent">
|
||||||
|
|
||||||
<activity android:name="BackupRestoreActivity">
|
<!-- Some backup transports may require API keys or other metadata -->
|
||||||
|
<meta-data android:name="com.google.android.backup.api_key"
|
||||||
|
android:value="INSERT YOUR API KEY HERE" />
|
||||||
|
|
||||||
|
<activity android:name="BackupRestoreActivity">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
<category android:name="android.intent.category.LAUNCHER" />
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
|
|||||||
Reference in New Issue
Block a user