Android Question Fake receive SMS

Fusseldieb

Active Member
Licensed User
Longtime User
Hi all,
it's possible to make the phone itself believe that he has received a message?
I know that there I must use "root" acess or something, but that isn't a problem.
I want to try to exploit some apps here to see their security.
I have searched on the internet and maybe Android "Intent" can call this?!....

Thanks in advance.

EDIT: How can this been done in B4A?: http://stackoverflow.com/questions/15894301/intercept-incoming-sms-message-and-modify-it
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
Yes there is a way, but unfortunately since the rollout of KitKat it isn't that easy any more. To work on versions > Jelly Bean you must have your application run as the default SMS application, that is to modify and abortBroadcast().
 
Upvote 0
Top