Added resource overlay flag to enable/disable getSubscriptionUserHandle
api. API is enabled by default. Bug: 250620312 Test: atest FrameworkTelephonyTestCases Merged-In: I1666b4e15d62b24462f0e1b88e963b5f074929bf Change-Id: I1666b4e15d62b24462f0e1b88e963b5f074929bf
This commit is contained in:
committed by
Jack Yu
parent
ec6612cfcf
commit
c4dae711ab
@@ -122,4 +122,10 @@
|
|||||||
the performance, but sync mode reduces the chance of database/cache out-of-sync. -->
|
the performance, but sync mode reduces the chance of database/cache out-of-sync. -->
|
||||||
<bool name="config_subscription_database_async_update">true</bool>
|
<bool name="config_subscription_database_async_update">true</bool>
|
||||||
<java-symbol type="bool" name="config_subscription_database_async_update" />
|
<java-symbol type="bool" name="config_subscription_database_async_update" />
|
||||||
|
|
||||||
|
<!-- 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>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user