App Switcher

Post your questions and help other users.

Moderator: Martin

Post Reply
Forki01
Posts: 3
Joined: 28 Jun 2019 15:58

App Switcher

Post by Forki01 » 21 Jul 2019 13:54

Hallo,
ich tüftel schon seit drei Tagen an einem Flow mit dem ich zwischen zwei Apps hin und her switchen kann. Ich finde aber keine Lösung, zwar öffnet mir die Action "SteuereUI" die Liste der zuletzt verwendeten Apps (recent), aber es gelingt mir nicht dort eine App anzuklicken/zu aktivieren.
Es bleibt der Bildschirm mit den zuletzt verwendeten Apps offen aber es passiert nichts...

Hat jemand so etwas schon einmal probiert oder auch hinbekommen?

Viele Grüße Forki

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: App Switcher

Post by Desmanto » 21 Jul 2019 17:56

If you only want to toggle between 2 apps back-forth, the easiest way is to use Control UI with recents() twice.

Code: Select all

recents();
recents();
This emulate pressing recents button twice, and hence toggle the previous app and current app back-forth.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

Forki01
Posts: 3
Joined: 28 Jun 2019 15:58

Re: App Switcher

Post by Forki01 » 21 Jul 2019 18:40

Ja das war meine Idee zwischen zwei Apps hin und her zu wechseln.
Leider funktioniert dein Vorschlag nicht. Es wird in die RecentApps geschalten aber es erfolgt kein Umschalten.

Trotzdem vielen Dank für deine Bemühungen...

Mein System:
Huawei P8
EMUI 4.0.3.
Android 6.0

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: App Switcher

Post by Desmanto » 22 Jul 2019 17:21

Maybe EMUI require different key. Try to use the Control UI overlay. Press recents and then use INFO to show the element. You should be able to select one of the recents menu apps. Pick the last app and use clickById() version.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

Forki01
Posts: 3
Joined: 28 Jun 2019 15:58

Re: App Switcher

Post by Forki01 » 23 Jul 2019 02:41

Das werde ich versuchen,...

Vielen Dank

Forki

Post Reply