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~

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top