Remove debuggable since it si automatically add sdk-tools-r8
authorDa Risk <darisk972@gmail.com>
Tue, 25 Jan 2011 09:26:38 +0100
changeset 861 9ec7877a249d
parent 858 49e57ce6b9f6
child 862 cb6a21990a68
Remove debuggable since it si automatically add sdk-tools-r8
AndroidManifest.xml
--- a/AndroidManifest.xml	Mon Jan 24 13:42:29 2011 +0100
+++ b/AndroidManifest.xml	Tue Jan 25 09:26:38 2011 +0100
@@ -4,7 +4,7 @@
 	android:versionName="0.1.5-rc1">
 	<application android:label="@string/app_name"
 		android:icon="@drawable/beem_launcher_icon_silver" android:theme="@style/Theme.BEEM.Default"
-		android:debuggable="true" android:name=".BeemApplication">
+		android:name=".BeemApplication">
 		<activity android:name=".ui.Login" android:label="@string/app_name"
 			android:launchMode="standard">
 			<intent-filter>