Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c50d4bb5 authored by calvinpan's avatar calvinpan Committed by Automerger Merge Worker
Browse files

Add voims_opt_in_status column in sim info table am: f50bfdf6 am: 2647ef1a

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1689667

Change-Id: I92a7d36ad935531bb6a12091628f857d5113279e
parents 4a072db0 2647ef1a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3039,6 +3039,7 @@ public class SubscriptionController extends ISub.Stub {
            case SubscriptionManager.WFC_IMS_ROAMING_ENABLED:
            case SubscriptionManager.IMS_RCS_UCE_ENABLED:
            case SubscriptionManager.CROSS_SIM_CALLING_ENABLED:
            case SubscriptionManager.VOIMS_OPT_IN_STATUS:
                value.put(propKey, Integer.parseInt(propValue));
                break;
            case SubscriptionManager.ALLOWED_NETWORK_TYPES:
@@ -3116,6 +3117,7 @@ public class SubscriptionController extends ISub.Stub {
                        case SubscriptionManager.GROUP_UUID:
                        case SubscriptionManager.DATA_ENABLED_OVERRIDE_RULES:
                        case SubscriptionManager.ALLOWED_NETWORK_TYPES:
                        case SubscriptionManager.VOIMS_OPT_IN_STATUS:
                            resultValue = cursor.getString(0);
                            break;
                        default: