JobSchedulerCompat
JobSchedulerCompat copied to clipboard
Investigate possible inconsistent state caused by using SharePreferences in BroadcastReceivers
In several of the BroadcastReceivers, SharedPreferences are used to save some state of the system. However, these receievers are enabled and disabled depending on what jobs are pending. There is a possibility for that stored state to be wrong due a change while the receiver is disabled. Needs investigation.