From a84469fb49253cebf58ca955e2294a27e5d627c8 Mon Sep 17 00:00:00 2001 From: Jing Ji Date: Mon, 19 Jul 2021 11:24:40 -0700 Subject: [PATCH] Rename the reference to VERSION_CODES#T to VERSION_CODES#TIRAMISU Bug: 194097716 Bug: 191058227 Test: m checkbuild Change-Id: I716bf08588a5a6669ddeb1567497810900944fe1 --- core/java/android/app/ActivityManager.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core/java/android/app/ActivityManager.java b/core/java/android/app/ActivityManager.java index 57ef0bb3c87a5..b29349ee47de6 100644 --- a/core/java/android/app/ActivityManager.java +++ b/core/java/android/app/ActivityManager.java @@ -2835,9 +2835,10 @@ public class ActivityManager { * Returns a list of any processes that are currently in an error condition. The result * will be null if all processes are running properly at this time. * - *

As of {@link android.os.Build.VERSION_CODES#T Android T}, for regular apps this method - * will only return {@link ProcessErrorStateInfo} records for the processes running as the - * caller's uid, unless the caller has the permission {@link android.Manifest.permission#DUMP}. + *

As of {@link android.os.Build.VERSION_CODES#TIRAMISU Android TIRAMISU}, for regular apps + * this method will only return {@link ProcessErrorStateInfo} records for the processes running + * as the caller's uid, unless the caller has the permission + * {@link android.Manifest.permission#DUMP}. *

* * @return Returns a list of {@link ProcessErrorStateInfo} records, or null if there are no