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 -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -