android: Move service client into it's own file
The service file was getting harder to read so lets pull the client code into it's own file
This commit is contained in:
@@ -27,7 +27,7 @@ public class Receiver extends BroadcastReceiver {
|
||||
final boolean wakelock =
|
||||
Preferences.getBoolean(context,
|
||||
Preferences.KEY_WAKELOCK, false);
|
||||
Main.start(context, wakelock);
|
||||
Main.startService(context, wakelock);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user