Disable Screen Input Guard.
#include <bps/screen_input_guard.h>
BPS_API int screen_input_guard_disable(void)
BlackBerry 10.2.0
The screen_input_guard_disable() function disables Screen Input Guard, once it has been called the same number of times as screen_input_guard_enable().
Calls to screen_input_guard_enable() and screen_input_guard_disable() are reference counted. Thus if you call screen_input_guard_enable() multiple times, you must call screen_input_guard_disable() the same number of times before Screen Input Guard is actually disabled.
Calling screen_input_guard_stop_events() will forcibly disable Screen Input Guard, ignoring the reference count.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.