core/java/android/app/ReceiverInfo.aidl
0 → 100644
+60
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Bug: 253906553 Allow system server to schedule multiple broadcast receivers in a process with a single AIDL call. The AIDL call takes an array of receivers. Each element is either a manifest receiver or a registered receiver. This is a do-no-harm commit. It adds the AIDL call but does not use it. The client side processes the list by forwarding the elements to the scheduleReceiver() and scheduleRegisteredReceiver() handlers, as appropriate. Test: atest * FrameworksCoreTests Change-Id: Ib61f8170badcb2fb24a466dc10c607baeeeb4dc3