开发者

Intercept Sent text messages android

开发者 https://www.devze.com 2023-03-23 00:07 出处:网络
I\'m creati开发者_开发问答ng a Text Encryption app, but I don\'t want to make a whole new text app, I just want it to handle the encryption/decryption. So I was wondering, is there a way I can somehow

I'm creati开发者_开发问答ng a Text Encryption app, but I don't want to make a whole new text app, I just want it to handle the encryption/decryption. So I was wondering, is there a way I can somehow intercept text messages sent from an app, encrypt it, and then send it?

I know I can get the received messages, that's the easy part. But does anybody have any ideas how to get the sent messages BEFORE they are sent?

Thanks for any help!


So I was wondering, is there a way I can somehow intercept text messages sent from an app, encrypt it, and then send it?

Fortunately, this is impossible, as it would be a massive security flaw.

0

精彩评论

暂无评论...
验证码 换一张
取 消