hi guys i am looking for solution to fire my own activity to be lauched to handle incoming sms notification. i am not talking about receving broadcast of incoming sms but i want to launch my own activity when user clicks the new sms notification.Is it possible?
Share
The notification is generated by the default sms application, so it is linked to it, you can’t change that.
The only thing you can do is create by yourself a notification through a receiver/intent-filter and link it to the Activity you want to launch.