Skip to content

Commit

Permalink
[Android] Fix the screenOrientation setting
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Nov 18, 2023
1 parent 08e3c2f commit c5aa451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kmake/Data/android/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
tools:targetApi="{targetSdkVersion}">
<activity
android:name="tech.kinc.KincActivity" android:label="@string/app_name" android:configChanges="orientation|keyboardHidden|keyboard|screenSize"
android:exported="true" android:screenOrientation="sensor"
android:exported="true" android:screenOrientation="{screenOrientation}"
android:launchMode="singleTask"
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
<meta-data android:name="android.app.lib_name" android:value="kinc" />
Expand Down

0 comments on commit c5aa451

Please sign in to comment.