diff options
| author | Winson Chiu <chiuwinson@google.com> | 2021-03-22 16:58:33 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-03-22 16:58:33 +0000 |
| commit | e446e84be3cca2521417ee8a054397ea8ee59b8a (patch) | |
| tree | 55f9520d80b3e6caae4fb2d8bcfffea09edf751d /core/java/android | |
| parent | c1615dffe1c4f5fbc632dad0718114d5f5b29cb7 (diff) | |
| parent | 492e6558d18891f9087104b01048a12c0e50cd5e (diff) | |
Merge "Correct getDomainVerificationUserState docs" into sc-dev
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/content/pm/verify/domain/DomainVerificationManager.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/content/pm/verify/domain/DomainVerificationManager.java b/core/java/android/content/pm/verify/domain/DomainVerificationManager.java index 55e19f2727bf..d187f60ecd44 100644 --- a/core/java/android/content/pm/verify/domain/DomainVerificationManager.java +++ b/core/java/android/content/pm/verify/domain/DomainVerificationManager.java @@ -341,11 +341,11 @@ public final class DomainVerificationManager { } /** - * Retrieve the user selection data for the given {@param packageName} and the current user. + * Retrieve the user state for the given package and the {@link Context}'s user. * * @param packageName The app to query state for. - * @return the user selection verification data for the given package for the current user, or - * null if the package does not declare any HTTP/HTTPS domains. + * @return The user selection verification data for the given package for the user, or null if + * the package does not declare any HTTP/HTTPS domains. */ @Nullable public DomainVerificationUserState getDomainVerificationUserState( |
