Does the 'a href' html tag has the same function as the 'activity starter' component?

You can directly open playstore by setting following properties in activity starter.

Action :- android.intent.action.View

Data Uri :- market://details?id=YOUR_PACKAGE_NAME

and then start activity, it will launch playstore with your app Page opened.


Image used from @Taifun 's example
https://puravidaapps.com/snippets.php#2activity

1 Like