[Android] Avoid hardcoding the debug mode in AndroidManifest.xml

This commit is contained in:
Jonathan De Wachter 2014-06-20 04:01:50 +02:00
parent 3e9f842e59
commit e726c24de4

View File

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