CrackMe.apk

Download file
    package androidx.activity;

interface Cancellable {
    void cancel();
}
    
Download file