I am creating a blackberry application that get settings for the first time, and always runs in the background (run on startup). So, whenever I click on the application icon, it does not show any screen if the settings is already configured.
I used UiApplication.getUiApplication().requestBackground();
but if I clicked the application icon, it opens the settings screen (only screen in my application) as well the application running.