- May 23, 2017
- 33
- 20
Hey everyone!
So with MIUI 14 being on Android 13 I was curious about the Per-App Language option that Android 13 added.
I've looked through the settings but couldn't find anything in regards to it, even on the Xiaomi EU rom.
I've found an option in the Hidden Settings app called "App Locale Picker : App Language" (com.android.settings.localepicker.AppLocalePickerActivity) but opening that just makes the app crash iwth the following error:
Now I am unsure if there's already some (basic) support for this in MIUI 14 that just isn't enabled, or if we maybe have to wait until a future version like 14.1 or even 15 for this to be implemented?
Thanks in advance!
So with MIUI 14 being on Android 13 I was curious about the Per-App Language option that Android 13 added.
I've looked through the settings but couldn't find anything in regards to it, even on the Xiaomi EU rom.
I've found an option in the Hidden Settings app called "App Locale Picker : App Language" (com.android.settings.localepicker.AppLocalePickerActivity) but opening that just makes the app crash iwth the following error:
Code:
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.localepicker.AppLocalePickerActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.app.ActionBar.setDisplayHomeAsUpEnabled(boolean)' on a null object reference
at android.app.ActivityThread.performLaunchActivity(Unknown Source:902)
at android.app.ActivityThread.handleLaunchActivity(Unknown Source:77)
at android.app.servertransaction.LaunchActivityItem.execute(Unknown Source:79)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(Unknown Source:77)
at android.app.servertransaction.TransactionExecutor.execute(Unknown Source:76)
at android.app.ActivityThread$H.handleMessage(Unknown Source:172)
at android.os.Handler.dispatchMessage(Unknown Source:19)
at android.os.Looper.loopOnce(Unknown Source:182)
at android.os.Looper.loop(Unknown Source:82)
at android.app.ActivityThread.main(Unknown Source:123)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(Unknown Source:11)
at com.android.internal.os.ZygoteInit.main(Unknown Source:312)
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.app.ActionBar.setDisplayHomeAsUpEnabled(boolean)' on a null object reference
at com.android.settings.localepicker.AppLocalePickerActivity.onCreate(Unknown Source:94)
at android.app.Activity.performCreate(Unknown Source:127)
at android.app.Activity.performCreate(Unknown Source:1)
at android.app.Instrumentation.callActivityOnCreate(Unknown Source:3)
at android.app.ActivityThread.performLaunchActivity(Unknown Source:627)
... 12 more
Now I am unsure if there's already some (basic) support for this in MIUI 14 that just isn't enabled, or if we maybe have to wait until a future version like 14.1 or even 15 for this to be implemented?
Thanks in advance!