Merge "Fix typo." am: 6b7318e25a

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1931122

Change-Id: I84baf855a168bdaadf03a06729e3c19be50f66e7
This commit is contained in:
Amy Gu
2021-12-28 18:47:05 +00:00
committed by Automerger Merge Worker

View File

@@ -465,7 +465,7 @@ import com.android.internal.os.IResultReceiver;
* <p>Prior to Android {@link android.os.Build.VERSION_CODES#P}, the metrics covered just the * <p>Prior to Android {@link android.os.Build.VERSION_CODES#P}, the metrics covered just the
* scenarios where the service knew how to autofill an activity, but Android * scenarios where the service knew how to autofill an activity, but Android
* {@link android.os.Build.VERSION_CODES#P} introduced a new mechanism called field classification, * {@link android.os.Build.VERSION_CODES#P} introduced a new mechanism called field classification,
* which allows the service to dinamically classify the meaning of fields based on the existing user * which allows the service to dynamically classify the meaning of fields based on the existing user
* data known by the service. * data known by the service.
* *
* <p>Typically, field classification can be used to detect fields that can be autofilled with * <p>Typically, field classification can be used to detect fields that can be autofilled with