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

Commit a3149554 authored by John Wu's avatar John Wu
Browse files

[Ravenwood] Enable AsyncTask

Bug: 292141694
Flag: EXEMPT host side change only
Test: atest CtsOsTestCasesRavenwood
Change-Id: I1bb803b2226470a840ec7a638076587a7b18f5eb
parent a5947d60
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
@@ -216,6 +216,7 @@ android.hardware.SerialManagerInternal
android.metrics.LogMaker

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