commit | 362f422bdd7930b104a7c3ad3bcd3180807558f7 | [log] [tgz] |
---|---|---|
author | Raman Tenneti <rtenneti@google.com> | Tue Jul 28 16:54:20 2020 -0700 |
committer | Raman Tenneti <rtenneti@google.com> | Tue Jul 28 19:21:08 2020 -0700 |
tree | 8eda1cdeadb04f29c0652bd2073c8ba803fdaf90 | |
parent | e8967e6a83c8fd9103001dcf6526b755cd778df2 [diff] [blame] |
AOSP/Contacts - Update language to comply with Android's inclusive language guidance. See https://source.android.com/setup/contribute/respectful-code for reference BUG=161896447 Test: by doing a make. Change-Id: I9ded0e19cc0478dd54fb65ce273361446f6f0c82
diff --git a/src/com/android/contacts/CallUtil.java b/src/com/android/contacts/CallUtil.java index bba1faa..0f09df9 100644 --- a/src/com/android/contacts/CallUtil.java +++ b/src/com/android/contacts/CallUtil.java
@@ -109,7 +109,7 @@ /** * Return an Intent for making a phone call. A given Uri will be used as is (without any - * sanity check). + * quick check). */ public static Intent getCallIntent(Uri uri) { return new Intent(Intent.ACTION_CALL, uri);