Silent Sms Android Detection

I am trying to find out if there is a way to detect silent sms via android api. Also just for kicks, can you send it from the device?

+5
source share
3 answers

Ok, I think I figured it out. There, the method in the telephony.SmsMessage class is called getMessageClass (). Class 0 indicates silent sms. As for sending them, this is still ongoing.

+2
source

SMS ( ), 4-7 TP DCS (Data Coding Scheme) 1100 (Message Waiting Indication Group: Discard Message) - . , AFAIK Android SDK.
0 SMS.
3GPP 23.038 : " 0, MS , MS SC".

+3

...

SMS.

Windows -

  • CMD
  • "telnet localhost 5554" (, , , )
  • SMS ( , gsm ..)

You can also enter help in a telnet session, it will list all the possible actions you can do.

0
source

All Articles