Hello,
I'm using the following code to set Immersive mode.
Sub Activity_WindowFocusChanged(HasFocus As Boolean)
If HasFocus Then
HideMenuBar
End If
End Sub
Sub HideMenuBar
Dim jo As JavaObject
jo.InitializeContext
' Dim NativeMe As JavaObject
'...
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.