[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
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 27ecf53..9998d08 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -4647,6 +4647,9 @@
             </intent-filter>
         </receiver>
 
+        <service android:name=".sim.receivers.SimSlotChangeService"
+                 android:permission="android.permission.BIND_JOB_SERVICE" />
+
         <receiver
             android:name=".sim.receivers.SimCompleteBootReceiver"
             android:exported="true">