Add run-time feature flag for work profile telephony.

Remove resource overlay flag added previously as it is not longer
needed.

Bug: 20750907
Test: atest FrameworkTelephonyTestCases
Change-Id: I0d15e4c2795464fbe26da67a5031eb4f22c3a004
This commit is contained in:
Aishwarya Mallampati
2023-01-12 20:58:07 +00:00
parent 32c59e9c87
commit 3f421be4a8

View File

@@ -140,10 +140,4 @@
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>