summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShikha Malhotra <shikhamalhotra@google.com>2021-07-27 09:01:20 +0000
committerShikha Malhotra <shikhamalhotra@google.com>2021-07-27 09:03:23 +0000
commit9075cd130f55a87ae3510aa7a478387240ba442a (patch)
tree4c78025c8605cb24a3c7af436ed0ccb3eabf33b1
parentfd6d228dd372bcf24b7e7bcdf031381219c93671 (diff)
downloadbuild-9075cd130f55a87ae3510aa7a478387240ba442a.tar.gz
Update language to comply with Android's inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference BUG=162536543 Test: No test, just word change for inclusivity Change-Id: I01bfa47d244255dfdf888ce891af922018744113
-rw-r--r--prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/MainActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/MainActivity.java b/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/MainActivity.java
index 37db139d..6b475618 100644
--- a/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/MainActivity.java
+++ b/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/MainActivity.java
@@ -42,7 +42,7 @@ import com.example.android.system.runtimepermissions.contacts.ContactsFragment;
* Contacts permissions (({@link android.Manifest.permission#READ_CONTACTS} and ({@link
* android.Manifest.permission#WRITE_CONTACTS})) are requested when the 'Show and Add Contacts'
* button is
- * clicked to display the first contact in the contacts database and to add a dummy contact
+ * clicked to display the first contact in the contacts database and to add a fake contact
* directly to it. Permissions are verified and requested through compat helpers in the support v4
* library, in this Activity using {@link ActivityCompat}.
* First, permissions are checked if they have already been granted through {@link