AndroidManifest.xml
changeset 367 284a4c4e8a11
parent 328 5e760859a5d7
child 380 9416b5711edd
--- a/AndroidManifest.xml	Sun Sep 06 23:36:49 2009 +0200
+++ b/AndroidManifest.xml	Thu Sep 10 16:27:25 2009 +0200
@@ -2,7 +2,7 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
 	package="com.beem.project.beem" android:versionCode="1"
 	android:versionName="1.0">
-	<application android:label="@string/app_name" android:icon="@drawable/signal" android:theme="@style/Theme.BEEM.Default">
+	<application android:label="@string/app_name" android:icon="@drawable/signal" android:theme="@style/Theme.BEEM.Default" android:debuggable="true">
 		<activity android:name=".ui.Login" android:label="@string/app_name"
 			android:launchMode="singleTask">
 			<intent-filter>