android: set application debuggable
This debuggable flag should not be set with release builds. Generally, graddle is taking care of that.
This commit is contained in:
parent
35dbc1a90c
commit
7342ae2e33
|
@ -19,6 +19,7 @@
|
|||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
||||
|
||||
<application android:allowBackup="true"
|
||||
android:debuggable="true"
|
||||
android:requestLegacyExternalStorage="true"
|
||||
android:icon="@drawable/icon"
|
||||
android:banner="@drawable/icon"
|
||||
|
|
Loading…
Reference in New Issue