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

Commit 4834bdaa authored by John Wu's avatar John Wu Committed by Android (Google) Code Review
Browse files

Merge "[Ravenwood] Enable AsyncTask" into main

parents 33d958e7 a3149554
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ import android.annotation.MainThread;
import android.annotation.Nullable;
import android.annotation.WorkerThread;
import android.compat.annotation.UnsupportedAppUsage;
import android.ravenwood.annotation.RavenwoodKeepWholeClass;

import java.util.ArrayDeque;
import java.util.concurrent.Callable;
@@ -196,6 +197,7 @@ import java.util.concurrent.atomic.AtomicInteger;
 *   Kotlin concurrency utilities</a> instead.
 */
@Deprecated
@RavenwoodKeepWholeClass
public abstract class AsyncTask<Params, Progress, Result> {
    private static final String LOG_TAG = "AsyncTask";

+1 −0
Original line number Diff line number Diff line
@@ -215,6 +215,7 @@ android.hardware.SerialManagerInternal
android.metrics.LogMaker

android.os.AggregateBatteryConsumer
android.os.AsyncTask
android.os.BadParcelableException
android.os.BadTypeParcelableException
android.os.BaseBundle