My app will be sending SMS messages (using sms.send(phone, text) some of which may be longer than 160 chars. Currently, I have broken these down into multiple messages each of which is < 160 chars but this is a pain as I also have a receiving app which needs to put the messages back together again to process them
However, I did some experiments with normal text messaging on my Galaxy S2 and it seems that you can send and receive single messages longer than 160 chars. Whether or not Android OS sends these are multi-part messages and then rec-constitutes them I don't know. So I tried to have my app send an SMS longer than 160 chars and got a 'null pointer exception'. Is there any way round this limitation?
Thanks,
Seamus
However, I did some experiments with normal text messaging on my Galaxy S2 and it seems that you can send and receive single messages longer than 160 chars. Whether or not Android OS sends these are multi-part messages and then rec-constitutes them I don't know. So I tried to have my app send an SMS longer than 160 chars and got a 'null pointer exception'. Is there any way round this limitation?
Thanks,
Seamus