mirror of https://github.com/xbmc/xbmc
Merge pull request #5249 from koying/fixdroidkbdtouch
FIX: [droid] fixup preventing closing when removing keyboard with touchpad
This commit is contained in:
commit
867305b97e
|
|
@ -58,7 +58,7 @@
|
|||
-->
|
||||
<activity
|
||||
android:name=".Main"
|
||||
android:configChanges="orientation|keyboard|keyboardHidden|navigation"
|
||||
android:configChanges="orientation|keyboard|keyboardHidden|navigation|touchscreen"
|
||||
android:finishOnTaskLaunch="true"
|
||||
android:label="XBMC"
|
||||
android:launchMode="singleInstance"
|
||||
|
|
|
|||
Loading…
Reference in New Issue