mirror of https://github.com/FreeRDP/FreeRDP
Setting correct debuggable now depending on configuration.
This commit is contained in:
parent
b40123fdff
commit
105a859694
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue