Pregunta

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~

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top