mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 07:45:33 +01:00
Merge pull request #9692 from JosJuice/android-not-debuggable
Android: Don't set android:debuggable="true"
This commit is contained in:
commit
19580c3841
@ -38,9 +38,7 @@
|
|||||||
android:allowBackup="false"
|
android:allowBackup="false"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:isGame="true"
|
android:isGame="true"
|
||||||
android:banner="@drawable/banner_tv"
|
android:banner="@drawable/banner_tv">
|
||||||
android:debuggable="true"
|
|
||||||
tools:ignore="HardcodedDebugMode">
|
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="android.max_aspect"
|
android:name="android.max_aspect"
|
||||||
android:value="2.1"/>
|
android:value="2.1"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user