diff options
| -rw-r--r-- | core/res/res/values/config_telephony.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/res/res/values/config_telephony.xml b/core/res/res/values/config_telephony.xml index ea2b988bd237..a1d73ff25cb8 100644 --- a/core/res/res/values/config_telephony.xml +++ b/core/res/res/values/config_telephony.xml @@ -113,4 +113,8 @@ new network. --> <bool name="config_enhanced_iwlan_handover_check">true</bool> <java-symbol type="bool" name="config_enhanced_iwlan_handover_check" /> + + <!-- Whether using the new SubscriptionManagerService or the old SubscriptionController --> + <bool name="config_using_subscription_manager_service">false</bool> + <java-symbol type="bool" name="config_using_subscription_manager_service" /> </resources> |