summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-17 23:20:59 +0400
committerAndrew Dolgov <[email protected]>2012-09-17 23:20:59 +0400
commit1a5017b43294c7d8d05621c84da1316e64ae2a12 (patch)
tree0cdafdfe5281a93cc656f2444abfc25cfb72b053 /AndroidManifest.xml
parent4c148d0563269195a937b2289b3dd4abdf03eb20 (diff)
various tablet-related improvements
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5b17ba4f..8b178bac 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -13,7 +13,7 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<application
- android:name="TinyApplication"
+ android:name=".GlobalState"
android:allowBackup="true"
android:backupAgent=".util.PrefsBackupAgent"
android:hardwareAccelerated="true"