indianpoptart / RadioControl

An app that auto toggles wifi and cell radio for maximum battery life
https://nikhilp.org/radiocontrol
GNU General Public License v3.0
16 stars 7 forks source link

Sleep bug #52

Closed indianpoptart closed 7 years ago

indianpoptart commented 7 years ago

When device is in standby, it will not run the service, you have to turn on the device, then it will run

Add to main activity

IntentFilter filter = new IntentFilter(Intent.ACTION_SCREEN_ON);
filter.addAction(Intent.ACTION_SCREEN_OFF);
BroadcastReceiver mReceiver = new ScreenReceiver();
registerReceiver(mReceiver, filter);
indianpoptart commented 7 years ago

Semi fixed as this was only happening on B14CKB1RD kernel