CrackMe.apk

Download file
    package androidx.autofill.inline;

public final class SuggestionHintConstants {
    public static final String SUGGESTION_HINT_CLIPBOARD_CONTENT = "clipboardContent";
    public static final String SUGGESTION_HINT_SMART_REPLY = "smartReply";

    private SuggestionHintConstants() {
    }
}
    
Download file