I have a content provider that gives arbitrary applications access to a user's data on an account. I would like to show a login dialog if the user is not logged into an account upon an application sending a request to the content provider. Is it possible? Or should I go about doing the login process a different way? For example, I suppose I could throw an exception or return error-indicating data from the content provider and have the application handle it itself. Or maybe I'm going about this content provider thing all wrong.
-- 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

