Retrieve Sms With User Data Header (udh) On Android Devices
I am developing an Android application that should retrieve SMS with User Data Header (UDH). Messages with UDH are invisible for standard Android SMS messenger. I use '060504158100
Solution 1:
You need the RECEIVE_SMS
permission
<uses-permission android:name="android.permission.RECEIVE_SMS" />
Post a Comment for "Retrieve Sms With User Data Header (udh) On Android Devices"