[android-developers] Re: Activity can't be displayed from a notification

2009-05-19 Thread bcavagnolo
I'm having this exact same problem with android 1.5. Specifically, when I plug in the USB, press the MENU button, and select "Notifications," the "USB connected" option appears. But when I click it, nothing happens. I've concluded [as Devin Yu did] that the UsbStorageActivity is getting launche

[android-developers] Re: Activity can't be displayed from a notification

2009-04-09 Thread Dianne Hackborn
Have you tried just launching the activity from elsewhere to see if it actually works at all? (For example you can use the am command to launch an activity.) Fwiw, you don't want to use the Theme.Activity.Alert style. Actually that shouldn't even be part of the SDK, so I'm not sure how you are u