Add a config flag to control slot change receiver in Settings

Bug: 153811431
Bug: 170508680
Test: Manually tested
Change-Id: I4a06eba0d9e10c1eb9638a570af49df33758dba6
This commit is contained in:
Jiashen Wang
2021-01-19 15:42:17 -08:00
parent 844bfb3683
commit e9be9eb08b
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>