CB-5447 Removed android:debuggable=“true” from project template.

This commit is contained in:
Andrew Grieve
2013-12-30 11:20:13 -05:00
parent 8e260d5c40
commit 942c77816d
2 changed files with 8 additions and 2 deletions
+1 -2
View File
@@ -31,8 +31,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<application android:icon="@drawable/icon" android:label="@string/app_name"
android:hardwareAccelerated="true"
android:debuggable="true">
android:hardwareAccelerated="true">
<activity android:name="__ACTIVITY__" android:label="@string/app_name"
android:theme="@android:style/Theme.Black.NoTitleBar"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale">