From f84a9529c5a565bed240931b904b22f2efa4fac0 Mon Sep 17 00:00:00 2001 From: varun Date: Tue, 4 Jan 2022 17:24:21 +0000 Subject: [PATCH] Use inclusive language in javadoc for BODY_SENSORS_BACKGROUND permission. Use allowlist in place of whitelist in the javadoc for BODY_SENSORS_BACKGROUND permission BYPASS_INCLUSIVE_LANGUAGE_REASON=Referring to an existing method failing the inclusive language check. Test: No code change Bug: 213174699 Change-Id: I07068cc59db53c5e05d3c7085c969483e74dc062 --- core/res/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 075329b0e5f45..b2f8719e3440b 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1491,7 +1491,7 @@

Protection level: dangerous

This is a hard restricted permission which cannot be held by an app until - the installer on record whitelists the permission. For more details see + the installer on record allowlists the permission. For more details see {@link android.content.pm.PackageInstaller.SessionParams#setWhitelistedRestrictedPermissions(Set)}. -->