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

This commit is contained in:
Helen Qin
2022-10-25 02:15:37 +00:00
committed by Android (Google) Code Review

View File

@@ -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.
*/