feature: home button always starts HomeActivity

Removed intendedSettingsPause and intendedChoosePause.
Using android:clearTaskOnLaunch together with
android:launchMode="singleTask" instead.
This makes the home button work properly.
This commit is contained in:
Josia Pietsch 2024-08-28 10:14:21 +02:00
parent 2e82fec002
commit ef16d70576
Signed by: jrpie
GPG key ID: E70B571D66986A2D
9 changed files with 3 additions and 37 deletions

View file

@ -19,6 +19,9 @@
<activity android:name=".HomeActivity"
android:exported="true"
android:excludeFromRecents="true"
android:clearTaskOnLaunch="true"
android:launchMode="singleTask"
android:screenOrientation="portrait"
tools:ignore="LockedOrientationActivity">
<intent-filter>