Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa064465 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix guide link to bg execution limits" am: 42d6f9b7 am: b8c969cb

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1820532

Change-Id: I182aa6a65b15aa2731d67929ca103d1c73752ecf
parents 022ef5ff b8c969cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ import android.os.Message;
 * @see android.support.v4.app.JobIntentService
 *
 * @deprecated IntentService is subject to all the
 *   <a href="/preview/features/background.html">background execution limits</a>
 *   <a href="{@docRoot}about/versions/oreo/background.html">background execution limits</a>
 *   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.