diff options
| author | 2023-05-03 09:38:17 +0000 | |
|---|---|---|
| committer | 2023-05-03 09:42:03 +0000 | |
| commit | 68c2510a52c70f2a6caec1e0d1f5bab8daf2be9f (patch) | |
| tree | a29f438c4d9e939893014f151575e5a134edee26 | |
| parent | 12bf1a3388ff2584b03a0bd41318cd6909234a63 (diff) | |
docs: Fix typo in isCredential attr
Bug: 280557748
Change-Id: Id2539ec99b98f630a860eea0db59bd54d0b067ad
Test: [built docs using go/abtd]
| -rw-r--r-- | core/res/res/values/attrs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml index 7de36a7113ae..6f7bc53e891c 100644 --- a/core/res/res/values/attrs.xml +++ b/core/res/res/values/attrs.xml @@ -2791,7 +2791,7 @@ <flag name="noExcludeDescendants" value="0x8" /> </attr> - <!-- Boolean that hints the Android System that the view is credntial and associated with + <!-- Boolean that hints the Android System that the view is credential and associated with CredentialManager --> <attr name="isCredential" format="boolean" /> |