I have interest in either sending a text message with a modified UDH or sending a binary data text.
SmsManager
does not support any access to the UDH and sendDataMessage
only works on some GSM phones and CDMA is completely unsupported.
I have done my fair share of research and have concluded I will need to find a way around the Android standard Library, as bad as that sounds.
My first instinct tells me to do it with native Java and import it into my app. Does anyone know if this will cause issues with Android's security regarding SMS? Also, I am curious how apps like TextPlus work without using the Android API, since they are able to send "texts" without using the phone's standard text messaging.