android / user-interface-samples

Multiple samples showing the best practices in the user interface on Android.
Apache License 2.0
4.38k stars 1.64k forks source link

Per-App Language Preferences demo does not work well on Android 6.0 #427

Open JoyHong opened 1 year ago

JoyHong commented 1 year ago

Help me to have a check, thanks.

yotheone0909 commented 1 year ago

me too

EigenIsCoding commented 1 year ago

not yet, this might be only work on android 7 and later。

EigenIsCoding commented 1 year ago

AppCompatDelegate.setApplicationLocales could work well on so many languages like: GERMAN, ITALIAN, FRENCH or KOREAN, but JAPANESE, TRADITIONAL_CHINESE, SIMPLIFIED_CHINESE not in Android 5-6, why?