Is there any standard way to send a custom binary SMS supported by Android OS (4.2.2) or through free but third-party support? I mean - could I somewhere enter, for example:
0x23 0xAB 0x12 0x56 0xFF
and send it as a binary SMS, not a text SMS? I am developing an app which receives binary messages and I would like to test it.
I could write my own app, of course, but I would prefer using some existing and reliable way.