Re: J2ME : Muting Mobile fones?
Posted By:
Shane_Isbell
Posted On:
Sunday, February 24, 2002 06:58 PM
There is no direct support. You have the following options:
General:
Additional libraries may be included from the KVM/CLDC provider. These libraries may contain the options. If not then under:
CLDC:
You will need to rebuild the KVM/CLDC yourself.
Under CDC:
You may have the option of using JNI (if the J2ME implementation supports it). You can then build and include the libraries in the application.