What do you want to modify here? The Contacts content provider or the
UI of the Contacts application included on the emulator?

You could extend the Contacts content provider or wrap it in another
class that maps from the strings that you want to use to the strings
that it uses. The Contacts content provider stores its data in a
certain format and uses these constants to access the underlying data,
so you don't really want to modify them (even if you could) or you'd
break the content provider.

The Contacts application itself would need to be modified to change
the UI it presents. We don't provide the source for this application,
so you can't do this. You can, however, write your own Contacts
application to replace the default one.

Cheers,
Justin
Android Team @ Google

On May 5, 9:29 pm, scimitar <[EMAIL PROTECTED]> wrote:
> Hi. I want to modify a field of the People(contact list) content
> provider from my code, but I see that all the strings are static
> final. Is there a way to do this?
>
> thanks,

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to