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:supportsRtl="true"
|
||||
android:isGame="true"
|
||||
android:banner="@drawable/banner_tv"
|
||||
android:debuggable="true"
|
||||
tools:ignore="HardcodedDebugMode">
|
||||
android:banner="@drawable/banner_tv">
|
||||
<meta-data
|
||||
android:name="android.max_aspect"
|
||||
android:value="2.1"/>
|
||||
|
|
Loading…
Reference in New Issue