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

Commit 2647ef1a 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

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

Change-Id: If0e5ee89d4377fedb837d6802482587c3215f651
parents 54ca9676 f50bfdf6
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: