Hi guys, I can use code to delete contacts in phone, but I can't do it in SIM card. Does anybody know it??
Here is my code to delete SIM record. mSimUri = Uri.parse("content://sim/adn"); getContentResolver().delete(mSimUri, "name=?",new String[] {"people name"}); No exception to execute this command, but not any result. Can anybody give an eye on it? Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---