CrackMe.apk

Download file
    package javax.annotation.meta;

public enum When {
    ALWAYS,
    UNKNOWN,
    MAYBE,
    NEVER
}
    
Download file