How do I open any app from my web browser (Chrome) in Android? What do I have to do with the A Href link?

后端 未结 2 640
萌比男神i
萌比男神i 2020-12-03 05:32

I want to open third party apps from my web browser. So, I don\'t have any manifest file or anything.

I have a web page.

I want to have a link which opens th

2条回答
  •  情深已故
    2020-12-03 06:27

    This is not generically possible. If other apps have a custom URL handler then you can open that URL, but otherwise you can't.

提交回复
热议问题