mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
[Android] Avoid hardcoding the debug mode in AndroidManifest.xml
This commit is contained in:
parent
3e9f842e59
commit
e726c24de4
@ -10,8 +10,7 @@
|
||||
<application android:label="@string/app_name"
|
||||
android:icon="@drawable/sfml_logo"
|
||||
android:hasCode="false"
|
||||
android:allowBackup="true"
|
||||
android:debuggable="true">
|
||||
android:allowBackup="true">
|
||||
|
||||
<activity android:name="android.app.NativeActivity"
|
||||
android:label="@string/app_name"
|
||||
|
Loading…
Reference in New Issue
Block a user