Reset the window cover to the system default.
#include <bps/navigator.h>
BPS_API int navigator_window_cover_reset(void)
BlackBerry 10.0.0
This will reset the window to the system default. Any changes that were applied using calls to navigator_window_cover_update() will be reset.
On success, BPS_SUCCESS. Otherwise, BPS_FAILURE with errno set and the window cover will not be reset.