docs: Removed suggestion to use deprecated API am: 3fa450061e
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20328313 Change-Id: I931090d7ec257ef1f757fe7496a579999e7f4bb3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -57,8 +57,7 @@ import android.os.Message;
|
|||||||
* @deprecated IntentService is subject to all the
|
* @deprecated IntentService is subject to all the
|
||||||
* <a href="{@docRoot}about/versions/oreo/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}
|
* imposed with Android 8.0 (API level 26). Consider using {@link androidx.work.WorkManager}
|
||||||
* or {@link androidx.core.app.JobIntentService}, which uses jobs
|
* instead.
|
||||||
* instead of services when running on Android 8.0 or higher.
|
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public abstract class IntentService extends Service {
|
public abstract class IntentService extends Service {
|
||||||
|
|||||||
Reference in New Issue
Block a user