Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
20
apk_decompiled/sources/D/a.java
Normal file
20
apk_decompiled/sources/D/a.java
Normal file
@@ -0,0 +1,20 @@
|
||||
package D;
|
||||
|
||||
import android.content.Context;
|
||||
import android.graphics.drawable.Drawable;
|
||||
import java.io.File;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class a {
|
||||
public static File a(Context context) {
|
||||
return context.getCodeCacheDir();
|
||||
}
|
||||
|
||||
public static Drawable b(Context context, int i) {
|
||||
return context.getDrawable(i);
|
||||
}
|
||||
|
||||
public static File c(Context context) {
|
||||
return context.getNoBackupFilesDir();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user