I'm developing Kiosk mode, HOME launcher application. There are some glitches that I can't fix.
- My application hides notification bar, but then user launches any granted application, notification bar appears. Is any posibility to prevent user using notification bar. There is such interface but as seems it is not right soliution. Am I wrong?
- I can manage toogling recent apps window on my application activity, but like notification bar, then user enters to any granted application I'cant control recent apps button.
Is any way to prevent any application start by intent? I'm thinking about Device Administration API but due to low documentation I don't know can I achieve my goal.
Any help would be very appreciated.