[Settings] Try to reduce the time pending on BroadcastReceiver

This is not a design which could resolve the issue, but try to improve
it through reducing the time blocking on BroadcastReceiver and reducing
the happening of ANR.

Bug: 262209170
Test: local and auto
Change-Id: Idec4da3d1deaffb121a5c7a73aeb84b4b0331374
This commit is contained in:
Bonian Chen
2022-12-14 04:18:20 +00:00
parent fd39b53f51
commit 3ac629f04e
5 changed files with 153 additions and 16 deletions

View File

@@ -21,6 +21,7 @@
<integer name="job_anomaly_detection">102</integer>
<integer name="device_index_update">103</integer>
<integer name="sim_notification_send">104</integer>
<integer name="sim_slot_changed">105</integer>
<!-- Controls the maximum number of faces enrollable during SUW -->
<integer name="suw_max_faces_enrollable">1</integer>