I have a BroadcastReceiver
, which listens for incoming SMS. Once SMS received, mt application processes it and call abortBroadcast
. Notification is created. Once user reacts on the notification (and, let's say choose 'No' there), I would like to allow other applications to process the SMS (like it is just received). How can I do it?
Asked
Active
Viewed 107 times
0

LA_
- 19,823
- 58
- 172
- 308
-
Hopefully the SMS broadcast cannot be spoofed by regular applications, courtesy of some system-level permission. Hence, I hope that what you want is not possible. – CommonsWare Oct 05 '13 at 19:04
-
@CommonsWare, is the code there - http://stackoverflow.com/a/12338541/604388 - called SMS spoofing? – LA_ Oct 05 '13 at 19:18
-
Locally, yes, though it has some implementation flaws. – CommonsWare Oct 05 '13 at 19:20
-
Thanks, @CommonsWare, please post your reply as the answer, so I will be able to accept it. – LA_ Nov 08 '13 at 09:05