You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
489 B

package p067w;
import android.content.res.Configuration;
/* renamed from: w.k */
/* loaded from: classes.dex */
public final class C1781k {
/* renamed from: a */
public final boolean f4503a;
/* renamed from: b */
public final Configuration f4504b;
public C1781k(boolean z) {
this.f4503a = z;
this.f4504b = null;
}
public C1781k(boolean z, Configuration configuration) {
this.f4503a = z;
this.f4504b = configuration;
}
}