Added sync update database support am: 528e947ed2

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

Change-Id: Ifa72a4012165a8dfc2faf8bf88b9f07d0b5d0a40
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Jack Yu
2023-03-10 19:13:59 +00:00
committed by Automerger Merge Worker

View File

@@ -117,4 +117,9 @@
<!-- 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" />
<!-- Whether asynchronously update the subscription database or not. Async mode increases
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" />
</resources>