Merge "Add a config flag to control slot change receiver in Settings"

This commit is contained in:
Jiashen Wang
2021-01-26 00:17:27 +00:00
committed by Android (Google) Code Review
2 changed files with 9 additions and 0 deletions

View File

@@ -479,4 +479,7 @@
<!-- Orders for overriding tile positions on the homepage -->
<integer-array name="config_homepage_tile_orders"/>
<!-- Whether to handle slot change events -->
<bool name="config_handle_sim_slot_change">false</bool>
</resources>