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