[Solved] App switcher appid

In watchface that created at Tizen Studio (web api) I can launch applications via it’s appid. But I can’t find how I can launch the APP SWITCHER (as at GWD App Switcher is button option for double tap the user can select the app and after selecting it a single tap will open the selected app).
What app id has App switcher?

I believe App Switcher is only in GWD you’d need to write your own program to have that functionality.

Ron
Samsung Developer Relations

I thought that the APP SWITCHER is a separate application …
Thank you, Ron

There is an application may be called Task Manger. The way app selector works in GWD, when you double tap it lets you select an app for that button. The next time you single tap it opens that selected app.

If you just want to open the app selector app This page has a short script you can use to get all the installed app IDs

Ron
Samsung Developer Relations

I’ll try this way.
Thank you, Ron

With the script provided by Ron, I got app ids.
By using manual tests, I found the id of the app-switcher:
com.samsung.watchface-add-shortcut

Thanks for the help!