Skip to content

Commit 2e90aa8

Browse files
committed
Deprecate Asynctask
1 parent 3836a3e commit 2e90aa8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

base/src/main/java/android/os/AsyncTask.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
package android.os;
2020

21+
@Deprecated
2122
public abstract class AsyncTask<Params, Progress, Result> {
2223

2324

0 commit comments

Comments
 (0)