hi guys ,
Recently, I study how to receive binary SMS, but the message didnot
be
received.
<receiver android:name=".SMS_Receiver">
<intent-filter>
<action
android:name="android.intent.action.DATA_SMS_RECEIVED" />
<data android:scheme="sms"/>
<data android:host="localhost"/>
<data ndroid:port="10655462"/>
</ intent-filter>
</ receiver>
Writes it is a binary SMS was listening, if not, how do I register?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---