Hi My application registered to receive SMS broadcast message from system. However, we noticed that for a SAR (Segmentation and Re- assembly) SMS (a.k.a. concatenated long message), the broadcast was sent immediately before all parts received and reassembled back to original long message . Shouldn't it make much sense to wait until all parts received / reassembled then send the SMS broadcast to all receiver registered? My application relies on the complete one long message to do some business logic but receiving of a partial part (first part, to be exact) of a long SMS message is totally useless. I am wondering is there anyone encountered the same kind of issue like mine and any work around suggested is much appreciated. Thanks.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

