So what I'm thinking of doing is to have two ContentProviders in one project that share token storage. One CP is just for authentication and the other is for access. The auth CP just implements an insert call that takes the credentials as arguments. All the other calls go through the second CP which also takes a session ID which was returned by the auth CP.
-- 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

