Hi all.
I'm using this code created by Erel to check if my app is active or not.
Sub IsAnyActivityVisible As Boolean
Dim jo As JavaObject
Return jo.InitializeStatic("anywheresoftware.b4a.BA").RunMethod("isAnyActivityVisible", Null)
End Sub
I also have a timer ticking every minute is...
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.