09-02-2008 02:54 PM
Hi
Is there any way to interact with the native ringtone/ring to either quiet it or modify it via Java? Thanks.
09-02-2008 03:18 PM
04-09-2009 04:05 PM
Hi,
you can set a ringtone with setPhoneRingTone(String) in class net.rim.device.api.notification.NotificationsManag
you can get the "master volume level" with getMasterNotificationVolume
you can set the volume with setVolume from net.rim.device.api.system.Audio net.rim.device.api.system.Alert (I've not currently tester setVolume, but according to the API, it is supposed to set the master volume level
Best regards,
Strato