What is a Sticky Intent? [Android] - Stack Overflow
Intent intent = new Intent(“some.custom.action”); intent.putExtra(“some_boolean”, true); sendStickyBroadcast(intent);
Notes on tech, science, intelligence, security, quantum, etc ...
Intent intent = new Intent(“some.custom.action”); intent.putExtra(“some_boolean”, true); sendStickyBroadcast(intent);