From 7ad31eb3f40bc06e11745fdc71f030c8d13fac5b Mon Sep 17 00:00:00 2001 From: Christopher Tate Date: Tue, 7 Sep 2021 11:36:20 -0700 Subject: [PATCH] Fix guide link to bg execution limits Bug: 157788333 Test: m offline-sdk-docs Change-Id: I9258aeaa549b63960669d4bed9ea8fb03392146b --- core/java/android/app/IntentService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/IntentService.java b/core/java/android/app/IntentService.java index 71b28fba60199..6c435b9597f4d 100644 --- a/core/java/android/app/IntentService.java +++ b/core/java/android/app/IntentService.java @@ -54,7 +54,7 @@ import android.os.Message; * @see android.support.v4.app.JobIntentService * * @deprecated IntentService is subject to all the - * background execution limits + * background execution limits * imposed with Android 8.0 (API level 26). Consider using {@link androidx.work.WorkManager} * or {@link androidx.core.app.JobIntentService}, which uses jobs * instead of services when running on Android 8.0 or higher.