|
@ -53,6 +53,7 @@ public class JobDaily extends JobService { |
|
|
@Override |
|
|
@Override |
|
|
public boolean onStartJob(JobParameters args) { |
|
|
public boolean onStartJob(JobParameters args) { |
|
|
Log.i(Helper.TAG, "Starting daily job"); |
|
|
Log.i(Helper.TAG, "Starting daily job"); |
|
|
|
|
|
EntityLog.log(this, "Daily cleanup"); |
|
|
|
|
|
|
|
|
final DB db = DB.getInstance(this); |
|
|
final DB db = DB.getInstance(this); |
|
|
|
|
|
|
|
|