aboutsummaryrefslogtreecommitdiff
path: root/input
diff options
context:
space:
mode:
authorXevi Miro Bruix <xevi@google.com>2020-07-23 03:41:00 +0000
committerXevi Miro Bruix <xevi@google.com>2020-07-23 03:41:00 +0000
commit8e49b3925e936eb629487ccefe520138135950db (patch)
tree776314e858eeeb9bcf001167891b09198a530cdd /input
parent9083bced6874c606043ebfb36bb1f71f67090ecc (diff)
downloadandroid-8e49b3925e936eb629487ccefe520138135950db.tar.gz
Update language to comply with Android’s inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference inclusivefixit Bug: 161896447 Test: Modified documentation Change-Id: I380dd26d5d609900c59da4fc6afc251c3741e5b4
Diffstat (limited to 'input')
-rw-r--r--input/autofill/AutofillFramework/kotlinApp/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/autofill/AutofillFramework/kotlinApp/README.md b/input/autofill/AutofillFramework/kotlinApp/README.md
index d0ab0e01..4d11faa2 100644
--- a/input/autofill/AutofillFramework/kotlinApp/README.md
+++ b/input/autofill/AutofillFramework/kotlinApp/README.md
@@ -39,7 +39,7 @@ To set the device's default Autofill service to the one in the sample, edit **Se
app. To edit the service's settings, tap the settings icon next to the **Auto-fill service** list
item or open the **Autofill Settings** launcher icon.. Here, you can set whether you want to enable
authentication on the entire autofill Response or just on individual autofill datasets. You should
-also set the master password to “unlock” authenticated autofill data with.
+also set the primary password to “unlock” authenticated autofill data with.
**Note:** This sample service stores all autofill data in SharedPreferences and thus is not secure.
Be careful about what you store when experimenting with the sample because anyone with root access