Added empty subscription manager service

Non-functional skeleton. The methods are added because we can't
remove methods in ISub.aidl at this point. Those are still used
by the to-be-removed SubscriptionController.

Bug: 239607619
Test: Manual
Merged-In: I66716314a2e5679e5a4fb7a9e429ae547bd0951d
Change-Id: I66716314a2e5679e5a4fb7a9e429ae547bd0951d
This commit is contained in:
Jack Yu
2022-09-12 20:47:10 -07:00
parent f05f9b9608
commit 36f55c44f1

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>