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

Commit 36f55c44 authored by Jack Yu's avatar Jack Yu
Browse files

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
parent f05f9b96
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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>