package p138.p176.p177.p242.p246.p249;

import android.content.Context;
import android.content.res.Resources;
import javax.annotation.Nullable;
import p000.p001.p002.p003.p004.C0567;
import p138.p176.p177.p242.p246.C4200;

/* JADX INFO: renamed from: ދ.ހ.֏.ހ.ހ.ފ.ގ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C4282 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final Resources f13563;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final String f13564;

    public C4282(Context context) {
        C0567.m1910(context);
        Resources resources = context.getResources();
        this.f13563 = resources;
        this.f13564 = resources.getResourcePackageName(C4200.common_google_play_services_unknown_issue);
    }

    @Nullable
    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public String m6963(String str) {
        int identifier = this.f13563.getIdentifier(str, "string", this.f13564);
        if (identifier == 0) {
            return null;
        }
        return this.f13563.getString(identifier);
    }
}
