mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +02:00
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:
parent
2e82fec002
commit
ef16d70576
9 changed files with 3 additions and 37 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue