i was using your libray for Oreo, i cannot hit your broadcast receivers.
when i modified your main activity
intentFilter = new IntentFilter();
intentFilter.addAction(CONNECTIVITY_ACTION);
by adding this code it worked, but can you define what is isDefault check in onRecieve its value is always false
i was using your libray for Oreo, i cannot hit your broadcast receivers.
when i modified your main activity
intentFilter = new IntentFilter();
intentFilter.addAction(CONNECTIVITY_ACTION);
by adding this code it worked, but can you define what is isDefault check in onRecieve its value is always false