문제

What are the other mutually exclusive permissions for a MIDlet aside from "Net Access" and "Auto Invocation"? Are "Net Access" and "Messaging" not mutually exclusive?

Edit: What about "Messaging" and "Auto Invocation"?

도움이 되었습니까?

해결책

Stuff like you ask about is covered in MIDP specification addendum: The Recommended Security Policy for GSM/UMTS Compliant Devices. In particular, it explains mutually exclusive permissions as follows:

...the Blanket setting for Application Auto Invocation and the Blanket setting for Net Access are mutually exclusive. This constraint is to prevent a MIDlet suite from auto-invoking itself, then accessing a chargeable network without the user being aware.

Above document is quite lengthy and complicated. For an easier to understand (though less precise) explanation, consider studying the tutorial article Understanding MIDP 2.0's Security Architecture:

This article describes other MIDP 2.0 features that protect users and their devices from malicious software. You'll... learn how to work with MIDP 2.0's security architecture...

다른 팁

Sending and receiving SMS and using GPRS are both possible from the same MIDlet in the same instance. I'm not aware of any mutually exclusive permissions.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top