Setting correct debuggable now depending on configuration.

This commit is contained in:
Armin Novak 2013-11-08 12:51:01 +01:00
parent b40123fdff
commit 105a859694
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<application android:name="com.freerdp.afreerdp.application.GlobalApp"
android:label="aFreeRDP"
android:debuggable="true"
android:debuggable="@ANDROID_DEBUG_ENABLE@"
android:icon="@drawable/icon_launcher_freerdp" >
<!-- Main activity -->