summaryrefslogtreecommitdiff
path: root/client/Piztor/AndroidManifest.xml
diff options
context:
space:
mode:
authorsjtufs <sjtu_fs@outlook.com>2013-09-01 05:57:40 +0800
committersjtufs <sjtu_fs@outlook.com>2013-09-01 05:57:40 +0800
commit49d2e9d74fbf95e5b287dc8e9179e8d3d977a527 (patch)
tree57c672ed1bb809ed1bea8c852f61f464c5c1b74c /client/Piztor/AndroidManifest.xml
parent0410d0b9c6bb502f8467c3f2c62183e9a74e69fc (diff)
stable version
Diffstat (limited to 'client/Piztor/AndroidManifest.xml')
-rw-r--r--client/Piztor/AndroidManifest.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/client/Piztor/AndroidManifest.xml b/client/Piztor/AndroidManifest.xml
index f81ece8..8e9973c 100644
--- a/client/Piztor/AndroidManifest.xml
+++ b/client/Piztor/AndroidManifest.xml
@@ -39,7 +39,7 @@
<uses-permission android:name="android.permission.ACCESS_GPS" />
<application
- android:name=".myApp"
+ android:name="com.macaroon.piztor.myApp"
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
@@ -81,6 +81,11 @@
android:enabled="true"
android:process=":remote" >
</service>
+
+ <activity
+ android:name="com.macaroon.piztor.UpdateInfo"
+ android:label="@string/title_activity_update_info" >
+ </activity>
</application>
<supports-screens