30 lines
1.0 KiB
Java
30 lines
1.0 KiB
Java
|
package androidx.lifecycle;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import java.util.Collections;
|
||
|
import java.util.List;
|
||
|
import o.C6313cPD;
|
||
|
import o.InterfaceC16541pFg;
|
||
|
import o.LkC;
|
||
|
import o.fHR;
|
||
|
import o.qYK;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class ProcessLifecycleInitializer implements qYK<InterfaceC16541pFg> {
|
||
|
@Override // o.qYK
|
||
|
public final List<Class<? extends qYK<?>>> e() {
|
||
|
return Collections.emptyList();
|
||
|
}
|
||
|
|
||
|
@Override // o.qYK
|
||
|
public final /* synthetic */ InterfaceC16541pFg c(Context context) {
|
||
|
C6313cPD c = C6313cPD.c(context);
|
||
|
if (!c.e.contains(getClass())) {
|
||
|
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");
|
||
|
}
|
||
|
fHR.a(context);
|
||
|
LkC.d(context);
|
||
|
return LkC.d();
|
||
|
}
|
||
|
}
|