I have a problem that using uri = "content://sms/sim" i am able to read all the messages saved in sim card but when i am using same uri to add message in sim card i am not able to add using insert query contentResolver.insert(Uri.parse(content://sms/sim), values);
Can anybody help me to tell what i am doing wrong or is there any other way to add messages in sim card. This would a great help for me. -- 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

