Follow class package change: LocaleList
am: 156139edd8
* commit '156139edd8f2f845e70861a962aba684aa6e9c3c':
Follow class package change: LocaleList
Change-Id: I641d1e4a32f78a9599267c70279971c816a366b1
This commit is contained in:
commit
9e80728fc1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import java.lang.reflect.Method;
|
|||
import java.util.Locale;
|
||||
|
||||
public final class LocaleListCompatUtils {
|
||||
private static final Class CLASS_LocaleList = CompatUtils.getClass("android.util.LocaleList");
|
||||
private static final Class CLASS_LocaleList = CompatUtils.getClass("android.os.LocaleList");
|
||||
private static final Method METHOD_get =
|
||||
CompatUtils.getMethod(CLASS_LocaleList, "get", int.class);
|
||||
private static final Method METHOD_isEmpty =
|
||||
|
|
Loading…
Reference in a new issue