- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
28 lines
518 B
Java
28 lines
518 B
Java
package com.iab.omid.library.vungle.internal;
|
|
|
|
import android.annotation.SuppressLint;
|
|
import android.content.Context;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class g {
|
|
|
|
@SuppressLint({"StaticFieldLeak"})
|
|
private static g b = new g();
|
|
private Context a;
|
|
|
|
private g() {
|
|
}
|
|
|
|
public static g b() {
|
|
return b;
|
|
}
|
|
|
|
public Context a() {
|
|
return this.a;
|
|
}
|
|
|
|
public void a(Context context) {
|
|
this.a = context != null ? context.getApplicationContext() : null;
|
|
}
|
|
}
|