Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
19
apk_decompiled/sources/K/h.java
Normal file
19
apk_decompiled/sources/K/h.java
Normal file
@@ -0,0 +1,19 @@
|
||||
package K;
|
||||
|
||||
import android.os.LocaleList;
|
||||
import java.util.Locale;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class h {
|
||||
public static LocaleList a(Locale... localeArr) {
|
||||
return new LocaleList(localeArr);
|
||||
}
|
||||
|
||||
public static LocaleList b() {
|
||||
return LocaleList.getAdjustedDefault();
|
||||
}
|
||||
|
||||
public static LocaleList c() {
|
||||
return LocaleList.getDefault();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user