Hi Everybody,
Maybe this does not need a new Thread but...
I want to launch a app and show it before the lock screen out of a service module.
The ShowWhenLocked code (see below) only runs in a activity module but not in a service module.
So what do I have do to for getting around this issue?
Can anybody help me?
Sub SetShowWhenLockedDim r AsReflector
r.Target = r.GetActivity
r.Target = r.RunMethod("getWindow")
r.RunMethod2("addFlags", 6815872, "java.lang.int")End Sub
Thanks in advance
Maybe this does not need a new Thread but...
I want to launch a app and show it before the lock screen out of a service module.
The ShowWhenLocked code (see below) only runs in a activity module but not in a service module.
So what do I have do to for getting around this issue?
Can anybody help me?
Sub SetShowWhenLockedDim r AsReflector
r.Target = r.GetActivity
r.Target = r.RunMethod("getWindow")
r.RunMethod2("addFlags", 6815872, "java.lang.int")End Sub
Thanks in advance
Last edited: