> Now, that i m able to display this oast, how can I start my activity ? > like the normal way we call one activity from another ?
I do not recommend starting an activity from a BroadcastReceiver or Service. Users will get rather irritated if, in the middle of doing something else, your activity takes over the screen. Use a Notification instead, to put an icon in the status bar, to let the user know there is something that needs their attention. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html -- 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