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.
27 lines
1.1 KiB
27 lines
1.1 KiB
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<InterfaceC0434m> {
|
|
@Override // p068w0.InterfaceC1791b
|
|
/* renamed from: a */
|
|
public List<Class<? extends InterfaceC1791b<?>>> 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<meta-data\n android:name='androidx.lifecycle.ProcessLifecycleInitializer' \n android:value='androidx.startup' /> \nunder InitializationProvider in your AndroidManifest.xml");
|
|
}
|
|
} |