How do I track incoming SMS messages in Android 2.3? -


i making application in require tracking incoming sms messages. need have sender , message. how accomplish without using deprecated smsmanager?

you need set broadcastreceiver listen incoming sms intent. contents pdu's in bundle.

there many examples of can found quick search...

android incoming sms messages


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -