Hi,

I used to following intent-filter (see below) to receive a binary SMS
message coming to a port number but I cann't find an SMS Api to get
the source port.   The source port is located in the UDH but there is
not an API to retrieve it.   Please let me know if there a way w/o
parsing a PDU.

   <intent-filter>
     <action android:name="android.intent.action.DATA_SMS_RECEIVED" />
      <data  android:scheme="sms"/>
        <data android:host="localhost"/>
        <data android:port="9393"/>
   </intent-filter>

PhoTai

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to