Hi, this may seem like a stupid question but I need to be sure. I was
wondering if it was possible to programmatically change the Content
Provider used when making a query given a Content URI. The reason
being I need to know if it's possible to force the Calendar/Contacts
applications to read from a different database via a different Content
Provider temporarily while my application is running, so that I can
reuse those applications to display my own data. Since the Content
URIs are hard coded in each of these applications the only way it
might be possible is if we could somehow temporarily change the
Content Provider used for a given URI. I know this probably isn't
possible, I just need to show it isn't. Could someone confirm this
can't be done?

Cheers

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