you should start a new thread rather than hijack this thread for
something totally unrelated!

On Aug 25, 8:26 am, "wangysh2009" <wangysh2...@gmail.com> wrote:
> hi, All
>
> I'm trying to write some contacts into sim contact.
>
> ContentValues cv = new ContentValues();
> cv.put("tag", "");
> cv.put("number", "");
> cv.put("newTag", "中文");
> cv.put("newNumber", "12345678");
> getContentResolver().insert(SIM_CONTACTS_URI, cv);
>
> After you shut down the phone and check the sim contact inerted, the name 
> "中文" become blank.
> Or, you setup the sim car into another phone, and check the contact, you will 
> also find that the Chinese name has gone.
>
> Is there anyone encounters the same problem?
>
> Thank you all.
>
> Wood
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to