Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
16
apk_decompiled/sources/C/AbstractC0049m.java
Normal file
16
apk_decompiled/sources/C/AbstractC0049m.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package C;
|
||||
|
||||
import android.app.LocaleManager;
|
||||
import android.os.LocaleList;
|
||||
|
||||
/* renamed from: C.m, reason: case insensitive filesystem */
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class AbstractC0049m {
|
||||
public static LocaleList a(Object obj) {
|
||||
return ((LocaleManager) obj).getApplicationLocales();
|
||||
}
|
||||
|
||||
public static LocaleList b(Object obj) {
|
||||
return ((LocaleManager) obj).getSystemLocales();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user