package com.google.android.play.core.integrity;

import android.os.Bundle;
import com.google.android.gms.common.api.ApiException;

/* JADX INFO: loaded from: classes3.dex */
public final class j implements k {
    @Override // com.google.android.play.core.integrity.k
    public final ApiException a(Bundle bundle) {
        int i6 = bundle.getInt("error");
        if (i6 == 0) {
            return null;
        }
        return new StandardIntegrityException(i6, null);
    }
}
