activitymanager

  1. Alejandro Moyano

    B4A Library B4ActivityManager: detect bots using your app

    Hi I needed to detect bots to block and found that can be handled by the activity manager using the functions isRunningInUserTestHarness and isUserAMonkey then I developed a wrapper around. The following functions are implemented: isRunningInUserTestHarness: Returns "true" If the device Is...
Top