FIX: [droid] prevent the os from shutting us down if a touchpad device is added/removed
authorChris "Koying" Browet <cbro@semperpax.com>
Sun, 19 Jan 2014 17:21:09 +0000 (18:21 +0100)
committerChris "Koying" Browet <cbro@semperpax.com>
Sun, 19 Jan 2014 17:22:28 +0000 (18:22 +0100)
tools/android/packaging/xbmc/AndroidManifest.xml

index 6698e41..95cac4c 100644 (file)
@@ -16,7 +16,7 @@
     <application android:icon="@drawable/ic_launcher" android:debuggable="true" android:label="@string/app_name" android:hasCode="true">
         <activity
             android:name=".Splash"
-            android:configChanges="orientation|keyboard|keyboardHidden|navigation"
+            android:configChanges="orientation|keyboard|keyboardHidden|navigation|touchscreen"
             android:finishOnTaskLaunch="true"
             android:launchMode="singleInstance"
             android:screenOrientation="sensorLandscape"