Privileged operations in netbeans mobility
问题 I'm writing a Java ME app that will use privileged operations such as messaging. By default the user is prompted to confirm each of these operations, but I would like to run it as a background service. Documentation says to request permission in the jad file, I have done so and presume it will work on a device. However I would like to test this on the Netbeans mobility emulator first. I tried signing the app as "trusted" but my emulated execution still prompts the user for permission. 回答1: