| Index: content/shell/android/java/AndroidManifest.xml
|
| diff --git a/content/shell/android/java/AndroidManifest.xml b/content/shell/android/java/AndroidManifest.xml
|
| index 26c22b829412d2e559241b3732b2e11d731b4c56..c957dcd8a8a0b46b0f1eca6a45cf15c3e31b135e 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"
|
|
|