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

Commit 492e6558 authored by Winson's avatar Winson
Browse files

Correct getDomainVerificationUserState docs

Clarifies that it's the Context's user being queried and updates for
the selection -> state rename.

Bug: 182345452

Test: none, docs change

Change-Id: Iaefc82b5e1c25292db1f694bf4f05d9f82b81958
parent 3c05313b
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(