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

Commit b5b16629 authored by Andrew Solovay's avatar Andrew Solovay Committed by Automerger Merge Worker
Browse files

docs: Removed suggestion to use deprecated API am: 3fa45006

parents 01d952c6 3fa45006
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -57,8 +57,7 @@ import android.os.Message;
 * @deprecated IntentService is subject to all the
 *   <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.
 *   instead.
 */
@Deprecated
public abstract class IntentService extends Service {