Question

Do anybody know how to set ringtones for the second sim card on android mobile,like samsung W899 device~

RingtoneManager.setActualDefaultRingtoneUri(Media_RingTongActivity.this, RingtoneManager.TYPE_ALARM, pickedUri);

this just set the first sim card, how to do for the second, thanks~

Was it helpful?

Solution

You can't set a ringtone for the second SIM card using Android API.

The Android platform doesn't have support for multiple SIM cards. All devices supporting more SIM cards are running versions of the Android OS that were customized by the manufacturers.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top