Hi,
We have a Java MIDlet (Admin.) for which we do a settings of the (WLAN) Access Point in AppManager. On execution this admin. MIDlet is responsible for downloading other MIDlets.
Now the problem is for every downloaded MIDlet we explicitly need to do the same setting of Access Point for them also.
Requirement: We need some API or implementation which will fetch the Access Point information of the Admin. MIDlet and set it for the other downloaded MIDlet.




