CrackMe.apk

Download file
    package expo.modules.filesystem;

import java.util.regex.Pattern;
import kotlin.Metadata;
import kotlin.text.StringsKt;

@Metadata(d1 = {"\u0000\u0018\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0003\n\u0002\u0010\t\n\u0002\b\u0006\u001a\u0014\u0010\u000b\u001a\u0004\u0018\u00010\u00032\b\u0010\f\u001a\u0004\u0018\u00010\u0003H\u0002\"\u000e\u0010\u0000\u001a\u00020\u0001X‚T¢\u0006\u0002\n\u0000\"\u000e\u0010\u0002\u001a\u00020\u0003X‚T¢\u0006\u0002\n\u0000\"\u000e\u0010\u0004\u001a\u00020\u0003X‚T¢\u0006\u0002\n\u0000\"\u000e\u0010\u0005\u001a\u00020\u0003X‚T¢\u0006\u0002\n\u0000\"\u000e\u0010\u0006\u001a\u00020\u0007X‚T¢\u0006\u0002\n\u0000\"\u000e\u0010\b\u001a\u00020\u0003X‚T¢\u0006\u0002\n\u0000\"\u0016\u0010\t\u001a\n \n*\u0004\u0018\u00010\u00030\u0003X‚\u0004¢\u0006\u0002\n\u0000¨\u0006\r"}, d2 = {"DIR_PERMISSIONS_REQUEST_CODE", "", "EXDownloadProgressEventName", "", "EXUploadProgressEventName", "HEADER_KEY", "MIN_EVENT_DT_MS", "", "NAME", "TAG", "kotlin.jvm.PlatformType", "slashifyFilePath", "path", "expo-file-system_release"}, k = 2, mv = {1, 6, 0}, xi = 48)
/* compiled from: FileSystemModule.kt */
public final class FileSystemModuleKt {
    private static final int DIR_PERMISSIONS_REQUEST_CODE = 5394;
    private static final String EXDownloadProgressEventName = "expo-file-system.downloadProgress";
    private static final String EXUploadProgressEventName = "expo-file-system.uploadProgress";
    private static final String HEADER_KEY = "headers";
    private static final long MIN_EVENT_DT_MS = 100;
    private static final String NAME = "ExponentFileSystem";
    /* access modifiers changed from: private */
    public static final String TAG = "FileSystemModule";

    static {
        Class<FileSystemModule> cls = FileSystemModule.class;
    }

    /* access modifiers changed from: private */
    public static final String slashifyFilePath(String str) {
        if (str != null) {
            return StringsKt.startsWith$default(str, "file:///", false, 2, (Object) null) ? str : Pattern.compile("^file:/*").matcher(str).replaceAll("file:///");
        }
        String str2 = null;
        return null;
    }
}
    
Download file