package com.yanzhenjie.permission.checker; import android.content.Context; /* loaded from: classes2.dex */ public interface PermissionChecker { boolean a(Context context, String... strArr); }