Loading telephony/java/android/telephony/TelephonyManager.java +0 −6 Original line number Diff line number Diff line Loading @@ -10318,12 +10318,6 @@ public class TelephonyManager { @SuppressAutoDoc // Blocked by b/72967236 - no support for carrier privileges @RequiresPermission(android.Manifest.permission.MODIFY_PHONE_STATE) public void switchMultiSimConfig(int numOfSims) { //only proceed if multi-sim is not restricted if (!isMultisimSupported()) { Rlog.e(TAG, "switchMultiSimConfig not possible. It is restricted or not supported."); return; } try { ITelephony telephony = getITelephony(); if (telephony != null) { Loading Loading
telephony/java/android/telephony/TelephonyManager.java +0 −6 Original line number Diff line number Diff line Loading @@ -10318,12 +10318,6 @@ public class TelephonyManager { @SuppressAutoDoc // Blocked by b/72967236 - no support for carrier privileges @RequiresPermission(android.Manifest.permission.MODIFY_PHONE_STATE) public void switchMultiSimConfig(int numOfSims) { //only proceed if multi-sim is not restricted if (!isMultisimSupported()) { Rlog.e(TAG, "switchMultiSimConfig not possible. It is restricted or not supported."); return; } try { ITelephony telephony = getITelephony(); if (telephony != null) { Loading