CrackMe.apk

Download file
    package com.facebook.common.time;

public interface MonotonicClock {
    long now();
}
    
Download file