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.