CrackMe.apk

Download file
    package com.google.android.gms.internal.base;

import com.google.android.gms.common.Feature;

/* compiled from: com.google.android.gms:play-services-base@@18.0.1 */
public final class zad {
    public static final Feature zaa;
    public static final Feature[] zab;

    static {
        Feature feature = new Feature("CLIENT_TELEMETRY", 1);
        zaa = feature;
        zab = new Feature[]{feature};
    }
}
    
Download file