Loading src/com/android/settings/applications/AppLocaleUtil.java +2 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,8 @@ public class AppLocaleUtil { * Check the function of per app language is supported by current application. */ public static boolean isAppLocaleSupported(Context context, String packageName) { if (getPackageLocales(context, packageName) != null) { LocaleList localeList = getPackageLocales(context, packageName); if (localeList != null && localeList.size() > 0) { return true; } Loading Loading
src/com/android/settings/applications/AppLocaleUtil.java +2 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,8 @@ public class AppLocaleUtil { * Check the function of per app language is supported by current application. */ public static boolean isAppLocaleSupported(Context context, String packageName) { if (getPackageLocales(context, packageName) != null) { LocaleList localeList = getPackageLocales(context, packageName); if (localeList != null && localeList.size() > 0) { return true; } Loading