CrackMe.apk

Download file
    package com.facebook.react.views.textinput;

interface SelectionWatcher {
    void onSelectionChanged(int i, int i2);
}
    
Download file