8.3.1.3 Stage Three The Broadcast Intent Is Received By OrderedBroadcastReceiverTwoA The OrderedBroadcastReceiverTwoA.onReceive() method prints TwoA Intent { act=xper.example.ORDERED_BROADCAST_INTENT cmp=xper.example.two.a/.OrderedBroadcastReceiverTwoA } getResultCode() => 300 getResultData() => ExampleOne, Three TwoA done 8.3.1.4 Stage Four The Broadcast Intent Is Received By OrderedBroadcastReceiverTwoB The OrderedBroadcastReceiverTwoB.onReceive() method prints TwoB Intent { act=xper.example.ORDERED_BROADCAST_INTENT cmp=xper.example.two.b/.OrderedBroadcastReceiverTwoB } getResultCode() => 320 getResultData() => ExampleOne, Three, TwoA TwoB done 8.3.1.5 Stage Five The Broadcast Intent Is Received By OrderedBroadcastReceiverOne The OrderedBroadcastReceiverOne.onReceive() method prints One Intent { act=xper.example.ORDERED_BROADCAST_INTENT cmp=xper.example.one/.OrderedBroadcastReceiverOne } getResultCode() => 340 getResultData() => ExampleOne, Three, TwoA, TwoB One Done
Share with your friends: |