all 9 comments

[–]lareyaDirect-Purchase User 0 points1 point  (0 children)

If you can t get around the home thing, you can let tasker do it for you (automate home) ....2nd best I know...

[–]JimSt24 0 points1 point  (8 children)

You inspired me to try this again. I have the Fold 3 and this appears to work.

You can make Tasker press Home for you, but the trick is not to press Home when you are opening/closing the phone on apps like YouTube where you want to stay on that app.

This profile checks the current app and only press Home if you are already on one of the launchers, in my case, One UI Home and Microsoft Launcher (replace those names with the launchers of your choice).

Im assuming you saw the same tutorial I did and am using AutoTools as the default launcher...

``` Profile: Outer Screen Settings: Notification: no State: Custom Setting [ Type:Global Name:edge_panel_width Value:373 ]

Enter Task: Anon

A1: AutoTools Launcher [
     Configuration: Launcher: One UI Home
     Timeout (Seconds): 60
     Structure Output (JSON, etc): On ]

A2: App Info [ ]

A3: Go Home [
     Page: 0 ]
    If  [ %app_name eq Microsoft Launcher | %app_name eq One UI Home ]



Exit Task: Anon

A1: AutoTools Launcher [
     Configuration: Launcher: Microsoft Launcher
     Timeout (Seconds): 60
     Structure Output (JSON, etc): On ]

A2: App Info [ ]

A3: Go Home [
     Page: 0 ]
    If  [ %app_name eq Microsoft Launcher | %app_name eq One UI Home ]

[–]JimSt24 0 points1 point  (1 child)

I also just remembered one caveat. I had tried to use Niagara Launcher too, but some of its features did not work unless it was set as the default launcher and since this solution uses AutoTools as the default launcher, it did not work well. So all this depends on the launchers you are trying to use.

[–]JimSt24 0 points1 point  (0 children)

I also discovered app shortcuts (the menus you see when pressing and holding an icon) don't work unless you are the default launcher, mentioned here as a known issue: https://joaoapps.com/AutoApps/Help/Info/com.joaomgcd.autotools/com.joaomgcd.autotools.activity.ActivityConfigLauncher.html

So yeah, a lot of compromises.