- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
28 lines
520 B
Java
28 lines
520 B
Java
package com.iab.omid.library.applovin.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;
|
|
}
|
|
}
|