| Index: shell/android/apk/AndroidManifest.xml.jinja2
|
| diff --git a/shell/android/apk/AndroidManifest.xml.jinja2 b/shell/android/apk/AndroidManifest.xml.jinja2
|
| index bf86632a37fb40a000ed5157504b09cfa68340cb..f930661237f310de4515c98017665983cfeb8b2e 100644
|
| --- a/shell/android/apk/AndroidManifest.xml.jinja2
|
| +++ b/shell/android/apk/AndroidManifest.xml.jinja2
|
| @@ -24,7 +24,8 @@
|
|
|
| <application android:icon="@mipmap/ic_launcher"
|
| android:name="org.chromium.mojo.shell.MojoShellApplication"
|
| - android:label="{{ apk_name }}">
|
| + android:label="{{ apk_name }}"
|
| + android:debuggable="{{ debuggable }}">
|
| <meta-data android:name="com.google.android.gms.version"
|
| android:value="@integer/google_play_services_version" />
|
| <activity android:name="org.chromium.mojo.shell.MojoShellActivity"
|
|
|