Added resource overlay flag to enable/disable getSubscriptionUserHandle am: c4dae711ab

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2499856

Change-Id: I61410b51c8f47a5d658d90b7fa8360cacd5fd5cb
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Aishwarya Mallampati
2023-03-22 17:59:03 +00:00
committed by Automerger Merge Worker

View File

@@ -122,4 +122,10 @@
the performance, but sync mode reduces the chance of database/cache out-of-sync. -->
<bool name="config_subscription_database_async_update">true</bool>
<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>