From aad46b89800158f8b05a3fec7484a232f482831c Mon Sep 17 00:00:00 2001 From: Eugene Susla Date: Mon, 6 Jul 2020 10:22:50 -0700 Subject: Remove references to undocumented WHITELIST_AUTO_REVOKE_PERMISSIONS from javadoc Fixes: 160119966 Test: presubmit Change-Id: If7db38ae7d96441cabab1141e93abf357daf8164 --- core/java/android/content/pm/PackageManager.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/java/android/content/pm/PackageManager.java b/core/java/android/content/pm/PackageManager.java index c577d0e896b0..53e75d4548ba 100644 --- a/core/java/android/content/pm/PackageManager.java +++ b/core/java/android/content/pm/PackageManager.java @@ -4666,8 +4666,7 @@ public abstract class PackageManager { * Marks an application exempt from having its permissions be automatically revoked when * the app is unused for an extended period of time. * - * Only the installer on record that installed the given package, or a holder of - * {@code WHITELIST_AUTO_REVOKE_PERMISSIONS} is allowed to call this. + * Only the installer on record that installed the given package is allowed to call this. * * Packages start in whitelisted state, and it is the installer's responsibility to * un-whitelist the packages it installs, unless auto-revoking permissions from that package -- cgit v1.2.3-59-g8ed1b