public static void stopLite(Context context) { canRunNow(context, false); stopRunningLite(context); }
public static void startLite(Context context) { canRunNow(context, true); startRunningLite(context); }