I have a "Kiosk" type app that is "Device Owner" & "TaskLock" the device.
Is it possible to load the Phone Status Bar over the Fullscreen so that the user is still able to see Battery/Signal/Network status?
Sub SetDeviceOwnerAndLockTaskMode
If Not(OM.IsDeviceOwner) Then
OM.SetThisDeviceOwner
Log("SetThisDeviceOwner=" & OM.SetThisDeviceOwner)
Log("IsDeviceOwner=" & OM.IsDeviceOwner)
End If
OM.EnableLockTaskMode
End Sub
I have attached Library and example.
I am using a rooted device
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.