summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-07-31 01:27:17 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-31 01:27:17 +0000
commitd4b1d127f1b96756c424f606c3308d73cb450dcc (patch)
tree3bc1470ab03d43f5713555e88163015661416611
parent665843167d9521aa5b39f492d87cece54ba96174 (diff)
parent90830880185d521e8f79f2ebb8b4a78c4426a748 (diff)
downloadbuild-d4b1d127f1b96756c424f606c3308d73cb450dcc.tar.gz
Merge "Update language to comply with Android’s inclusive language guidance" am: 9083088018
Original change: https://android-review.googlesource.com/c/platform/developers/build/+/1373478 Change-Id: I6024a7994be15a8342b57dd6680f44bb9519b32d
-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