On unlocking the android lock screen, I want to launch my app asking the user for some inputs and after successful authentication allow the user to use the tablet.
I am currently able to launch my app when the user unlocks the tablet using the Broadcast receiver and then show the app in full screen.
Please let me know how to disable the System bar only for this app, so that the user will be able to access the tablet after successful authentication. The app has root access on the device.