android - How to open an app from SMS -


is there possibility open activity via intent sms? can use autolink , somehow override url autolink open application or googleplay page?

you can create broadcastreceiver scans incoming sms keywords, or check if sender particular number.

if of checks match up, can launch activity through intent.

however, keep in mind users won't if opened activity everytime got sms. in cases, should use notification.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -