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

Commit 38f589b9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add voims_opt_in_status column in sim info table"

parents b110f74d e3d3e76c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3074,6 +3074,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:
@@ -3152,6 +3153,7 @@ public class SubscriptionController extends ISub.Stub {
                        case SubscriptionManager.DATA_ENABLED_OVERRIDE_RULES:
                        case SubscriptionManager.ALLOWED_NETWORK_TYPES:
                        case SubscriptionManager.D2D_STATUS_SHARING:
                        case SubscriptionManager.VOIMS_OPT_IN_STATUS:
                            resultValue = cursor.getString(0);
                            break;
                        default: