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

Commit 9e15e564 authored by calvinpan's avatar calvinpan Committed by Calvin Pan
Browse files

Add voims_opt_in_status column in sim info table

Bug: 177010143
Test: Call setProvisioningIntValue() and getProvisioningIntValue()
Change-Id: I4b149ff945f6261e6c53b92ca6bc75f973f15e3a
Merged-In: I4b149ff945f6261e6c53b92ca6bc75f973f15e3a
parent f82a6018
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3037,6 +3037,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:
@@ -3114,6 +3115,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: