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

Commit 62fb3c97 authored by Aishwarya Mallampati's avatar Aishwarya Mallampati
Browse files

Added resource overlay flag to enable/disable getSubscriptionUserHandle

api.

API is enabled by default.

Bug: 250620312
Test: atest FrameworkTelephonyTestCases
Change-Id: I1666b4e15d62b24462f0e1b88e963b5f074929bf
parent df0522fb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -140,4 +140,10 @@
         only single logical modem, by using its data connection in addition to cellular IMS. -->
    <bool name="config_enable_virtual_dsda">false</bool>
    <java-symbol type="bool" name="config_enable_virtual_dsda" />

    <!--  Whether to enable getSubscriptionUserHandle() api.
          If the value is true, return user handle associated with the subscription.
          If the value is set to false, return null. -->
    <bool name="config_enable_get_subscription_user_handle">true</bool>
    <java-symbol type="bool" name="config_enable_get_subscription_user_handle" />
</resources>