We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab7ae5 commit 034c526Copy full SHA for 034c526
Parse/src/main/java/com/parse/PushServiceApi26.java
@@ -44,7 +44,7 @@ static boolean run(Context context, Intent intent) {
44
// Execute in the next second.
45
Bundle extra = new Bundle(1);
46
extra.putParcelable(INTENT_KEY, intent);
47
- int did = scheduler.schedule(new JobInfo.Builder(JOB_SERVICE_ID, new ComponentName(context, PushService.class))
+ int did = scheduler.schedule(new JobInfo.Builder(JOB_SERVICE_ID, new ComponentName(context, PushServiceApi26.class))
48
.setMinimumLatency(1L)
49
.setOverrideDeadline(1000L)
50
.setRequiresCharging(false)
0 commit comments