简体   繁体   中英

Android: multiple-user how to change system locale/ language per single User

I'm working on the AOSP with multiple-user. I need to change the default system language (or locale) to single user, all my attempts change the entire system language for all users.

I use the ActivityManagerNative class, updateConfiguration(myConfiguration)

is it possible? if so, how :) Thanks.

I just tried to do this with the settings on my Android 4.4.4 tablet (not AOSP, but Nexus 7 (2013)) and it gave me a warning that it would change the locale for all users. :(

I think this is not possible, neither programmatically, or physically.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM