diff options
author | peak3d <pfau@peak3d.de> | 2017-01-03 13:34:56 +0100 |
---|---|---|
committer | peak3d <pfau@peak3d.de> | 2017-01-03 13:34:56 +0100 |
commit | 8895dac9a59e73db42eb747230cf1c40b7a533cd (patch) | |
tree | 67693cd52ed2afb94ed683e1593b88cbc05d1147 /tools/android | |
parent | 4cc1d47599edf93c92271ad1eee32675eaf035e8 (diff) |
android:debuggable support
Diffstat (limited to 'tools/android')
-rw-r--r-- | tools/android/packaging/xbmc/AndroidManifest.xml.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/android/packaging/xbmc/AndroidManifest.xml.in b/tools/android/packaging/xbmc/AndroidManifest.xml.in index b4dc83e5ac..829add3398 100644 --- a/tools/android/packaging/xbmc/AndroidManifest.xml.in +++ b/tools/android/packaging/xbmc/AndroidManifest.xml.in @@ -25,7 +25,8 @@ <application android:icon="@drawable/ic_launcher" android:logo="@drawable/banner" android:label="@string/app_name" - android:hasCode="true"> + android:hasCode="true" + android:debuggable="@ANDROID_DEBUGGABLE@"> <activity android:name=".Splash" android:configChanges="orientation|keyboard|keyboardHidden|navigation|touchscreen|screenLayout|screenSize" |