Re: [android-developers] Open Default Dialog Box on click of Notification item

2012-03-13 Thread giles ian
Thanks Mark On Tue, Mar 13, 2012 at 5:36 PM, Mark Murphy wrote: > On Tue, Mar 13, 2012 at 8:02 AM, giles ian wrote: > > Is there a direct way to open a dialog box on click of Notification item > by > > passing it to pending intent. > > No, only an Activity can open a true Dialog. > > > Is there

Re: [android-developers] Open Default Dialog Box on click of Notification item

2012-03-13 Thread Mark Murphy
On Tue, Mar 13, 2012 at 8:02 AM, giles ian wrote: > Is there a direct way to open a dialog box on click of Notification item by > passing it to pending intent. No, only an Activity can open a true Dialog. > Is there a better way than this (link) or setting dialog theme of activity. A dialog-the

[android-developers] Open Default Dialog Box on click of Notification item

2012-03-13 Thread giles ian
Hi All, Is there a direct way to open a dialog box on click of Notification item by passing it to pending intent. Is there a better way than this (link) or setting dialog theme of activity. -- Yo