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

Commit d2b25e89 authored by Helen Qin's avatar Helen Qin Committed by Android (Google) Code Review
Browse files

Merge "Define the password type value in the framework."

parents b50ca2d4 656b3edd
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -31,6 +31,13 @@ import com.android.internal.util.Preconditions;
 */
public final class Credential implements Parcelable {

    /**
     * The type value for password credential related operations.
     *
     * @hide
     */
    @NonNull public static final String TYPE_PASSWORD = "android.credentials.TYPE_PASSWORD";

    /**
     * The credential type.
     */