android orientation to user and not sensor
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<activity android:name=".MainActivity"
|
||||
android:label="@string/app_name"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:screenOrientation="sensor"
|
||||
android:screenOrientation="fullUser"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
<meta-data android:name="android.app.lib_name"
|
||||
android:value="native-lib" />
|
||||
|
||||
Reference in New Issue
Block a user