I did a lot of search regarding the topic, but previous stack overflow answers didn't solved my problem. I am developing kiosk mode for an application (Targeted to run on Iball Kitkat tablet- android 4.2.2), and I want to apply kiosk mode to a single activity only. I want to hide/disable/prevent expansion of notification bar of tablet.
What I have tried is :-
- is it possible to hide the system bar
- Is there a way to hide the system/navigation bar in Android ICS
and many more
Any help will be appreciated.