CrackMe.apk

Download file
    package com.google.android.gms.auth.api.accounttransfer;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

@Retention(RetentionPolicy.SOURCE)
/* compiled from: com.google.android.gms:play-services-auth-base@@18.0.4 */
public @interface AuthenticatorTransferCompletionStatus {
    public static final int COMPLETED_FAILURE = 2;
    public static final int COMPLETED_SUCCESS = 1;
}
    
Download file