In my j2me application, I am trying to fetch some data over the network but I want to do it silently if the connection is available. I know that user settings are available for prompting/not prompting for IAP selection dialog but I want that even if the user has selected "Ask first", the request be made silently in my application.
Is there some API in s40 platform to achieve this?