I am trying to do something simple, but I am not succeeding. I added a Chrome link to my home screen. I would like write a flow to change some settings on my phone (volume for example) and then run the link. I cannot figure out how to start the Chrome link. Launch App and Launch Shortcut do not lead me anywhere useful. Anyone got a suggestion?
Thanks,
How can I launch a home page link?
Moderator: Martin
Re: How can I launch a home page link?
Use Action Open URL in Browser.
URL : www.google.com
Use defined app : checked
Package Name : com.android.chrome
Class Name : com.google.android.apps.chrome.Main
You can use this for other browser too, just change the package name and select the correct class name (sometimes need to try).
URL : www.google.com
Use defined app : checked
Package Name : com.android.chrome
Class Name : com.google.android.apps.chrome.Main
You can use this for other browser too, just change the package name and select the correct class name (sometimes need to try).
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.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: How can I launch a home page link?
Desmanto,
You make it all so simple! Thanks. It worked very nicely.
You make it all so simple! Thanks. It worked very nicely.
Re: How can I launch a home page link?
Wow. Nice to know! I used to do this by "Start Activity" -> Packagename: "com.android.chrome" -> Data URI: "{url}", but this is much easier.