if the reciever is showing large SMSs in one sms then it is a feature of the recieving SMS-App.the receiver puts it together to one message?
if the reciever is showing large SMSs in one sms then it is a feature of the recieving SMS-App.
If SMSs are from app to app and you control how it is splitted, you can also reconstruct them adding a small header (for instance, [1/3]...) and then parsing the received messages if they include this header.
You can use the code I posted here to send a multipart SMS: https://www.b4x.com/android/forum/threads/max-length-of-sms-message.20006/#post-115689