Hi all, and happy new year
I read in a forum that the platformRequest method needs some permissions in the jad/manifest "MIDlet-permissions" attribute, so that the platformRequest could properly work on signed applications. And the permission names may be differ from a phone to another one.
I don't know about Nokia phones, but for ex, on sony ericsson it is "javax.microedition.midlet.PlatformRequest.url"; on siemens "javax.microedition.midlet.PlatformRequest"; motorola iden "javax.microedition.midlet.MIDlet.platformRequest.HTTP,javax.microedition.midlet.MIDlet.platformRequest.MIDLET,javax.microedition.midlet.MIDlet.platformRequest.HTTPS"
So I would need some information from people who had an experience with this problem...
For a given signed application, is the platformRequest permission mandatory, or can I neglect it? Will a phone be able to download an application, with mispelled or non-recognized permission names?Do we have to build and sign different applications for all the mobile brands? :/
Well at worse, if you know the platformRequest permission names of other phones, you will be welcome -_-;
Thanks


Do we have to build and sign different applications for all the mobile brands? :/
Reply With Quote

