2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 13:47:41 +00:00

Do not override system's screen orientation setting

BUG: 345934
This commit is contained in:
Albert Vaca
2015-11-12 02:31:32 -08:00
parent 29ff203f24
commit ca0ca6f7b7

View File

@@ -135,7 +135,6 @@
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="@string/remote_control"
android:parentActivityName="org.kde.kdeconnect.UserInterface.MaterialActivity"
android:screenOrientation="fullSensor"
android:windowSoftInputMode="stateHidden|adjustResize" >
<meta-data
android:name="android.support.PARENT_ACTIVITY"