We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a075fb2 commit 115f7aeCopy full SHA for 115f7ae
Release/tests/common/TestRunner/vs14.android/TestRunner.android.Packaging/AndroidManifest.xml
@@ -11,7 +11,7 @@
11
<uses-permission android:name="android.permission.INTERNET" />
12
13
<!-- This .apk has no Java code itself, so set hasCode to false. -->
14
- <application android:label="@string/app_name" android:hasCode="false" android:debuggable="true">
+ <application android:label="@string/app_name" android:hasCode="false">
15
16
<!-- Our activity is the built-in NativeActivity framework class.
17
This will take care of integrating with our NDK code. -->
0 commit comments