summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-07-31 02:40:11 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-31 02:40:11 +0000
commitc79e30a25997a7bf1f3ce251e09b18304fe27173 (patch)
treeb0f66e2bacf9250c370f5455691ab68403acbbe7
parentd3ee80a1a532025da5183c12be66660085b03e54 (diff)
parent64682837c53dcd3ff5e94eab4794c128497db0da (diff)
downloadbuild-c79e30a25997a7bf1f3ce251e09b18304fe27173.tar.gz
Merge "Update language to comply with Android’s inclusive language guidance" am: 9083088018 am: d4b1d127f1 am: 8b7a2346d1 am: 01981df37f am: 64682837c5
Original change: https://android-review.googlesource.com/c/platform/developers/build/+/1373478 Change-Id: I1b97901bbb8a8a8ef347672e9ed9b6dc8f60e176
-rw-r--r--prebuilts/gradle/AppRestrictionEnforcer/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuilts/gradle/AppRestrictionEnforcer/README.md b/prebuilts/gradle/AppRestrictionEnforcer/README.md
index c379650c..cccd37cd 100644
--- a/prebuilts/gradle/AppRestrictionEnforcer/README.md
+++ b/prebuilts/gradle/AppRestrictionEnforcer/README.md
@@ -13,7 +13,7 @@ enforce specific policies on a managed device. The system provides policies
that control settings such as password complexity, screen lock, or camera
availability. Developers can also augment this list with custom policies
that control specific features within their applications. For example,
-a web browser could provide access to a whitelist of allowed domains.
+a web browser could provide access to a list of allowed domains.
This sample demonstrates the 'admin' component and shows how a number of
custom properties (booleans, strings, numbers, lists) can be set and