Skip to content

Commit

Permalink
Force the GAPID apk to be debuggable.
Browse files Browse the repository at this point in the history
We need this to be the case to force run-as to behave.
  • Loading branch information
AWoloszyn committed Oct 5, 2018
1 parent ba3720a commit 493d1ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gapidapk/android/apk/AndroidManifest.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
android:icon="@drawable/logo"
android:label="GAPID - ${name}"
android:supportsRtl="true"
android:debuggable="true"
>
<activity android:name="android.app.NativeActivity"
android:label="GAPID - ${name}">
Expand Down

0 comments on commit 493d1ed

Please sign in to comment.