Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

Commit

Permalink
only depend on support-v4
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed Nov 9, 2014
1 parent 8415745 commit 81154b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

import java.util.List;

import me.tatarka.support.internal.IoThread;
import me.tatarka.support.job.JobInfo;
import me.tatarka.support.job.JobParameters;
import me.tatarka.support.job.JobScheduler;
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:21.0.0'
compile 'com.android.support:support-v4:21.0.0'
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/**
* @hide
*/
public class JobSchedulerService extends Service implements StateChangedListener {
public class JobSchedulerService extends Service {
static final String TAG = "JobServiceSchedulerService";

private static final String EXTRA_MSG = "EXTRA_MSG";
Expand Down Expand Up @@ -108,16 +108,6 @@ private void handleRecheckConstraints() {
}
}

@Override
public void onControllerStateChanged() {

}

@Override
public void onRunJobNow(JobStatus jobStatus) {

}

private class JobServiceConnection implements ServiceConnection {
JobStatus job;
JobParameters jobParams;
Expand Down

0 comments on commit 81154b5

Please sign in to comment.