Android Question Activate App from the link inside SMS b4A

imrpk

Member
Licensed User
Longtime User
I want to know about one thing. If i received a link (http://... link) in SMS and I click on that by default it opens the web browser and show the same page.

Is it possible if I click on this link it will show me the option where you want to open the link like default Web application (Chrome) or android application

For example when I received notifications from faceboo's sms with http://fb..... link and when I click on it it shows me the popup. Picture attached. I need the same in for my app is it possible with b4A.
 

Attachments

  • Screenshot_20161027-102918.png
    Screenshot_20161027-102918.png
    121.7 KB · Views: 252

imrpk

Member
Licensed User
Longtime User
You can try to use app deep link (defining a specific domain and/or host/scheme) in your manifest. Search the forumfor example code

like mylink://specificurl

then your app will open the url because of your manifest-entries...

Thanks. I need more detail. Can you please provide more detail about this.
 
Upvote 0
Top