Hello
In my app I need to check if another app is open or not
I can get the list of running apps on lower versions of Android:
Dim AM As ActivityManager
Dim Info() As RunningTaskInfo = AM.GetRunningTasks
For i = 0 To Info.Length - 1
Log(Info(i).GetPackageName)
Next
But...
Greetings,
I have a simple question. Is the starter service protected against Android putting it to sleep?
I just want to make sure a user can't put my app to sleep by messing around with "Device care" under "Settings" on their devices. If it's possible Android will do that, then I will update...
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.