Today i was working for my application and i wanted to show the dialog on home screen as my widget get update of news. As widget updted method was inside the broadcast receiver i was not able to show the dialog i was getting view not attached error as no view there to attach window, So the solution for that is to start the activity from your broadcast receiver. and give the activity a android dialog theme inside manifest.
like this
No comments:
Post a Comment