Don't launch application from widget
- by Brian515
Hi all,
I'm trying to make an appwidget where I have a dialog pop up on top of the home screen. (Ex the Facebook widget). I have button on the widget and an activity that I run when the button is clicked. I have the activity set to the Theme.Translucent.NoTitleBar theme so that the dialog and/or toast I have should pop up over the home screen.
Anyways, whenever I have the transparent activity open, it opens the application instead of staying on the home screen.
Any help would be appreciated! Thanks in advance!