Opening status bar notification from code in android -


is possible open status bar notification code? tried checking notificationmanager found methods close current notifications. suggestion appreciated.

for wondering it's possible open if provide package name:

 intent = new intent();     i.setpackage(sbn.getpackagename());     i.setflags(intent.flag_activity_new_task);     startactivity(i); 

Comments

Popular posts from this blog

Linux vanilla kernel on QEMU and networking with eth0 -

rdbms - what exactly the undo information lives in oracle? -

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -