How to set ringtones for the second SIM card

Does anyone know how to set ringtones for a second SIM card on an Android mobile phone, for example, a Samsung W899 device ~

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

it just installed the first sim card, how to do for the second, thanks ~

+3
source share
1 answer

You cannot set the ringtone for the second SIM card using the Android API.

The Android platform does not support multiple SIM cards. All devices that support more SIM cards support Android OS versions that have been configured by manufacturers.

+1
source

All Articles