summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-05 22:19:11 +0300
committerAndrew Dolgov <[email protected]>2011-12-05 22:19:11 +0300
commitd1cb963452b65f8d266d9f57299d0f2619b058cb (patch)
treea84dc1f2669d6fb6bf0ec18732d99a311d433e5b /AndroidManifest.xml
parent6b6231ded539f0a4adbf92d836a3047893df73e2 (diff)
split offline stuff into offline activity
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 05acac1e..9b6b0eea 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -13,6 +13,11 @@
<activity android:name=".LoginActivity"
android:label="@string/app_name">
</activity>
+
+ <activity android:name=".OfflineActivity"
+ android:label="@string/app_name">
+ </activity>
+
<activity android:name=".MainActivity"
android:label="@string/app_name">
<intent-filter>