android - can I show coming notification always on top of status abr -


can show coming notification on top of other notification . in new version lollipop default...but others previous versions .i using samsung note 2 device.

in order put there have add flag layoutparams of windowmanager , after add notificationview.

windowmanager.layoutparams lp = new windowmanager.layoutparams(             windowmanager.layoutparams.type_system_error);  mwindowmanager.addview(mheadsupnotificationview, lp); 

Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -