[android-developers] Cancel button on a status bar Notification.

2010-12-06 Thread edrowland
The application: long running file copy. I'd like an explicit cancel button on the ongoing notification that displays progress for the copy. The problem: I have a remote view. I've put a button on it. I get the contentIntent fires; but notification.contentview.setOnClickPendingIntent never fires.

Re: [android-developers] Cancel button on a status bar Notification.

2010-12-06 Thread TreKing
On Thu, Dec 2, 2010 at 1:38 AM, edrowland wrote: > Am I missing something obvious? I don't know, but why not just dump the "Ignore" part and just use the clicking the notification as a cancel request? -