"xper.sticky.BROADCAST_INTENT"). putExtra(
"Type,
"Normal
System.out.println(registerReceiver(null, f).getStringExtra("Type")); sendStickyOrderedBroadcast( new Intent
"xper.sticky.BROADCAST_INTENT"). putExtra(
"Type,
"Ordered, null, null,
0, null, null
System.out.println(registerReceiver(null, f).getStringExtra("Type")); sendStickyBroadcast( new Intent
"xper.sticky.BROADCAST_INTENT"). putExtra(
"Type,
"Normal
System.out.println(registerReceiver(null, f).getStringExtra("Type"));
will print Normal
Ordered
Normal
Share with your friends: