summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-16 21:59:03 +0400
committerAndrew Dolgov <[email protected]>2012-09-16 21:59:03 +0400
commit306a0bf4c9c0c3a8db719d6bd6211aa5f6355c0c (patch)
treed10dd8f75fdc1008df027046b1299640413b1e03 /AndroidManifest.xml
parenta5ee43a4e61cf756b8f66985ecbadddc0ca29b80 (diff)
implement application singleton to store retrieved headlines
activities
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e4e00753..1d48a3be 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -13,6 +13,7 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<application
+ android:name="TinyApplication"
android:allowBackup="true"
android:backupAgent=".util.PrefsBackupAgent"
android:hardwareAccelerated="true"