package g0;

import android.os.RemoteException;
import androidx.annotation.Nullable;
import androidx.core.content.UnusedAppRestrictionsBackportService;

/* JADX INFO: loaded from: classes.dex */
public final class n extends f0.c {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ UnusedAppRestrictionsBackportService f26130a;

    public n(UnusedAppRestrictionsBackportService unusedAppRestrictionsBackportService) {
        this.f26130a = unusedAppRestrictionsBackportService;
        attachInterface(this, f0.d.G);
    }

    public void isPermissionRevocationEnabledForApp(@Nullable f0.b bVar) throws RemoteException {
        if (bVar == null) {
            return;
        }
        this.f26130a.isPermissionRevocationEnabled(new m());
    }
}
