aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 21e3c2a..cd740a0 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -14,10 +14,11 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<application
+ android:debuggable="true"
android:icon="@drawable/icon"
android:label="@string/app_name" >
<activity
- android:name=".SouthamptonUniversityMapActivity"
+ android:name=".MapActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />