What is the way to exchange text from website to android apps, how to send intent to android sdk

Hello, we are working on a mobile site. If a user opens this website in Google Chrome, I have a function to share, for example, the link of any article with Android apps.

I am an Android developer. I know how to share text from my native app with other apps using Intent.ACTION_SEND

. We are looking for the same from a mobile site. Is there a way to achieve this?

+3


source to share


1 answer


Found a good article on intents with Chrome here:

https://developer.chrome.com/multidevice/android/intents



Another way in my opinion would be to enable Deep Links for app content:

https://developer.chrome.com/multidevice/android/intents



0


source







All Articles