am 27626c03: Add API key to BackupRestore sample code.

Merge commit '27626c03e4db54d1edfaa28f10bef1ef9ded9995' into froyo-plus-aosp

* commit '27626c03e4db54d1edfaa28f10bef1ef9ded9995':
  Add API key to BackupRestore sample code.
This commit is contained in:
Dan Egnor
2010-06-03 14:08:35 -07:00
committed by Android Git Automerger

View File

@@ -30,7 +30,11 @@
<application android:label="Backup/Restore"
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>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />