I was told that I can use telephony to create SIM contacts, but I don’t
know how to do. who can help me?

Thanks in advance for your kind help.

 

  _____  

From: [email protected]
[mailto:[email protected]] On Behalf Of 蓝思中
Sent: 2009年5月14日 18:25
To: [email protected]
Subject: [!! SPAM] [android-developers] how can the contact be writen to SIM
card?

 


Hi guys, 

I am trying to store a contact in the SIM card, but I found nothing for it
in the G1 phone. Then, I assumed that it may be because G1's application
doesn't use the API for that storage, so I tried the following code, 

 

          ContentValues values = new ContentValues();

        values.put( "name", "aaaa" );

        values.put( "number", "10086" );

        getContentResolver().insert( Uri.parse("content://sim/adn"), values
);

 

it just failed, doing nothing. What is wrong? how can I make it to SIM card?

Thank you.




--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to