summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-19 14:08:59 +0300
committerAndrew Dolgov <[email protected]>2011-12-19 14:08:59 +0300
commitadf1750387f5819318934f17d30c8ccba16b849c (patch)
treec66c9dd6567369117f6020460f5dc37e7c34f497 /AndroidManifest.xml
parenteb2d8f4ad590a6e08c8c8745dec112eed64fa2a2 (diff)
parent288d90c4b0dd873315e464b98f96c42c5960ada2 (diff)
Merge branch 'master' of [email protected]:gothfox/Tiny-Tiny-RSS-for-Honeycomb.git
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 73b86a7f..f43a4921 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -11,6 +11,8 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<application
+ android:allowBackup="true"
+ android:backupAgent="PrefsBackupAgent"
android:hardwareAccelerated="true"
android:icon="@drawable/icon"
android:label="@string/app_name" >
@@ -43,6 +45,10 @@
<activity
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
android:name="com.google.ads.AdActivity" />
+
+ <meta-data android:name="com.google.android.backup.api_key"
+ android:value="AEdPqrEAAAAIwG6zsGB4qo6ZhjfwIJpm9WI7AqmWaoRXm6ZJnA" />
+
</application>
-</manifest> \ No newline at end of file
+</manifest>