Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 5a4b0acc authored by Lee Shombert's avatar Lee Shombert
Browse files

Support multiple broadcast receivers

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
parent 71548300
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment