Skip to content

Commit

Permalink
Merge pull request xbmc#4053 from koying/quickpr
Browse files Browse the repository at this point in the history
FIX: [droid] prevent the os from shutting us down if a touchpad device i...
  • Loading branch information
koying committed Jan 19, 2014
2 parents a39f135 + 74f13ce commit 0af940a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/android/packaging/xbmc/AndroidManifest.xml
Expand Up @@ -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"
Expand Down

0 comments on commit 0af940a

Please sign in to comment.