Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Attempt to disable fullscreen mode but keep the titlebar disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Rami-Sabbagh committed Oct 20, 2019
1 parent 1c201de commit 0d6f05c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/inject_files/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
android:allowBackup="true"
android:icon="@drawable/love"
android:label="LIKO-12"
android:usesCleartextTraffic="true" >
android:usesCleartextTraffic="true"
android:theme="@android:style/Theme.NoTitleBar" >
<activity
android:name="me.ramilego4game.liko12.LikoActivity"
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|keyboard|keyboardHidden|navigation"
android:label="LIKO-12"
android:launchMode="singleTask"
android:screenOrientation="fullUser"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
android:screenOrientation="fullUser" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down

0 comments on commit 0d6f05c

Please sign in to comment.