Initial commit

This commit is contained in:
2025-05-13 19:24:51 +02:00
commit a950f49678
10604 changed files with 932663 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
package com.tencent.open.utils;
import android.content.Context;
import java.io.File;
/* compiled from: ProGuard */
/* loaded from: classes.dex */
public final class d {
private static Context a;
public static final Context a() {
Context context = a;
if (context == null) {
return null;
}
return context;
}
public static final String b() {
return a() == null ? "" : a().getPackageName();
}
public static final File c() {
if (a() == null) {
return null;
}
return a().getFilesDir();
}
public static final void a(Context context) {
a = context;
}
}