NetMirror.apk
Download file
package androidx.core.app;
import android.content.res.Configuration;
/* JADX INFO: loaded from: classes.dex */
public final class g {
/* JADX INFO: renamed from: a, reason: collision with root package name */
private final boolean f4398a;
/* JADX INFO: renamed from: b, reason: collision with root package name */
private Configuration f4399b;
public g(boolean z3) {
this.f4398a = z3;
}
public final boolean a() {
return this.f4398a;
}
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
public g(boolean z3, Configuration configuration) {
this(z3);
D2.h.f(configuration, "newConfig");
this.f4399b = configuration;
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file