Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42646f44 authored by Winson Chiu's avatar Winson Chiu Committed by Automerger Merge Worker
Browse files

Merge "Correct getDomainVerificationUserState docs" into sc-dev am: e446e84b

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

Change-Id: Ia2152a50f60f5f16bd454781564d09bdbca82aba
parents 9f2caf7d e446e84b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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(