Android Question Phone Status Bar

Declan

Well-Known Member
Licensed User
Longtime User
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?
 

Declan

Well-Known Member
Licensed User
Longtime User
No, it does not.
If I have: #Fullscreen: False
Then, I have a black "bar" along the top of the screen only with no Status Bar icons.
 
Upvote 0

Declan

Well-Known Member
Licensed User
Longtime User
I am using a dedicated Library:
B4X:
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
 

Attachments

  • OnlyMe v1.0.zip
    19.8 KB · Views: 244
Upvote 0
Top