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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -