diff options
Diffstat (limited to 'content/shell/android')
-rw-r--r-- | content/shell/android/java/AndroidManifest.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/shell/android/java/AndroidManifest.xml b/content/shell/android/java/AndroidManifest.xml index 26c22b8..c957dcd 100644 --- a/content/shell/android/java/AndroidManifest.xml +++ b/content/shell/android/java/AndroidManifest.xml @@ -13,8 +13,7 @@ android:protectionLevel="signature" /> <application android:name="ContentShellApplication" - android:label="ContentShell" - android:debuggable="true"> + android:label="ContentShell"> <activity android:name="ContentShellActivity" android:launchMode="singleTask" android:theme="@android:style/Theme.Holo.Light.NoActionBar" |