force transparent navigation bar on home screen

This commit is contained in:
Josia Pietsch 2024-09-11 21:47:00 +02:00
parent 6e28fbfea5
commit 6d1e4a3780
Signed by: jrpie
GPG key ID: E70B571D66986A2D
5 changed files with 21 additions and 0 deletions

View file

@ -24,6 +24,7 @@
android:excludeFromRecents="true"
android:clearTaskOnLaunch="true"
android:configChanges="orientation|screenSize"
android:theme="@style/launcherHomeTheme"
android:launchMode="singleTask" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />