commit | 8829e515ca36578a164df1a73517e1feeca00ded | [log] [tgz] |
---|---|---|
author | Edgar Wang <edgarwang@google.com> | Wed Jul 29 14:57:34 2020 +0800 |
committer | Edgar Wang <edgarwang@google.com> | Thu Jul 30 12:54:27 2020 +0800 |
tree | ebd1b8b669a86171cf0b4cf97a36526bba7a9063 | |
parent | 82450ec7f4f274f73ab46bbd4a215e9bf61140a1 [diff] [blame] |
Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Test: robotest & manual Change-Id: Ibe64a68d7bddf84780dfac33555c097ff55c97a8
diff --git a/src/com/android/settings/utils/ContentCaptureUtils.java b/src/com/android/settings/utils/ContentCaptureUtils.java index a92651f..b01749f 100644 --- a/src/com/android/settings/utils/ContentCaptureUtils.java +++ b/src/com/android/settings/utils/ContentCaptureUtils.java
@@ -45,7 +45,7 @@ public static boolean isFeatureAvailable() { // We cannot look for ContentCaptureManager, because it's not available if the service - // didn't whitelist Settings + // didn't allowlist Settings IBinder service = ServiceManager.checkService(Context.CONTENT_CAPTURE_MANAGER_SERVICE); return service != null; }