package androidx.lifecycle; import android.content.Context; import java.util.Collections; import java.util.List; import p068w0.C1790a; import p068w0.InterfaceC1791b; /* loaded from: classes.dex */ public final class ProcessLifecycleInitializer implements InterfaceC1791b { @Override // p068w0.InterfaceC1791b /* renamed from: a */ public List>> mo393a() { return Collections.emptyList(); } @Override // p068w0.InterfaceC1791b /* renamed from: c */ public InterfaceC0434m mo392b(Context context) { if (C1790a.m396e(context).m394g(ProcessLifecycleInitializer.class)) { C0429j.m3695a(context); C0443u.m3661l(context); return C0443u.m3662k(); } throw new IllegalStateException("ProcessLifecycleInitializer cannot be initialized lazily. \nPlease ensure that you have: \n \nunder InitializationProvider in your AndroidManifest.xml"); } }