Merge pull request #9692 from JosJuice/android-not-debuggable

Android: Don't set android:debuggable="true"
This commit is contained in:
Léo Lam 2021-05-06 22:16:59 +02:00 committed by GitHub
commit 19580c3841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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"/>