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

Commit e446e84b authored by Winson Chiu's avatar Winson Chiu Committed by Android (Google) Code Review
Browse files

Merge "Correct getDomainVerificationUserState docs" into sc-dev

parents c1615dff 492e6558
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(