Clear the close prompt in the navigator.
#include <bps/navigator.h>
BPS_API int navigator_clear_close_prompt()
BlackBerry 10.0.0
The navigator_clear_close_prompt() function sends a navigator closePrompt request to clear the contents of the close prompt dialog. If the close prompt dialog has been cleared, no close prompt dialog will appear when the user tries to close the application. (see navigator_set_close_prompt())
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.