Hello there,
I can block it with these codes while using Android.
B4X:
Dim nativeMe As JavaObject
-----------
nativeMe.InitializeContext
nativeMe.RunMethod("securescreen",Null)
-----------
#If Java
import android.annotation.TargetApi;
import android.content.Context;
import...