Added empty subscription manager service am: 36f55c44f1

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2457658

Change-Id: Ib4ad23586a5740712d834537ca7eedb0c2430487
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Jack Yu
2023-02-27 20:49:30 +00:00
committed by Automerger Merge Worker

View File

@@ -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>