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
Post a Comment