Skip to content

Commit 034c526

Browse files
natario1rogerhu
authored andcommitted
Fix service declaration (#739)
1 parent aab7ae5 commit 034c526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse/src/main/java/com/parse/PushServiceApi26.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static boolean run(Context context, Intent intent) {
4444
// Execute in the next second.
4545
Bundle extra = new Bundle(1);
4646
extra.putParcelable(INTENT_KEY, intent);
47-
int did = scheduler.schedule(new JobInfo.Builder(JOB_SERVICE_ID, new ComponentName(context, PushService.class))
47+
int did = scheduler.schedule(new JobInfo.Builder(JOB_SERVICE_ID, new ComponentName(context, PushServiceApi26.class))
4848
.setMinimumLatency(1L)
4949
.setOverrideDeadline(1000L)
5050
.setRequiresCharging(false)

0 commit comments

Comments
 (0)