I have an App and an AppWidget associated with it. The AppWidget is updated by an Update Service. What I want to implement is that the AppWidget only starts getting updates only when the User has logged in, much like the Facebook/Twitter Application and AppWidget functionality on Android. If the User is not logged in, the Widget will show "Please log in" or something. Is there a standard way to implement this functionality in Android?
Any help is much appreciated.