isanyactivityvisible

  1. A

    Android Question Check if the app is active

    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...
Top