Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
19
apk_decompiled/sources/m/L0.java
Normal file
19
apk_decompiled/sources/m/L0.java
Normal file
@@ -0,0 +1,19 @@
|
||||
package m;
|
||||
|
||||
import android.content.Context;
|
||||
import android.content.ContextWrapper;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class L0 extends ContextWrapper {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final Object f7589a = null;
|
||||
|
||||
public static void a(Context context) {
|
||||
if (context.getResources() instanceof M0) {
|
||||
return;
|
||||
}
|
||||
context.getResources();
|
||||
int i = X0.f7643a;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user