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~

Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top