What is a Sticky Intent? [Android] - Stack Overflow

Intent intent = new Intent(“some.custom.action”); intent.putExtra(“some_boolean”, true); sendStickyBroadcast(intent);

Notes

Top of Page