Commit 7342ae2e authored by Thomas Guillem's avatar Thomas Guillem Committed by Max Kellermann

android: set application debuggable

This debuggable flag should not be set with release builds. Generally, graddle is taking care of that.
parent 35dbc1a9
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<application android:allowBackup="true" <application android:allowBackup="true"
android:debuggable="true"
android:requestLegacyExternalStorage="true" android:requestLegacyExternalStorage="true"
android:icon="@drawable/icon" android:icon="@drawable/icon"
android:banner="@drawable/icon" android:banner="@drawable/icon"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment