multi user

merlinuk

New member
Mar 19, 2014
3
0
0
Is there a way to have something like multiple users or multi layout so it can be set up in one way say for pleaser and be able to change it for say work don't know if this is possible but would love to find out
 

CSM Fol

Senior Member
Mar 6, 2019
395
279
73
Is there a way to have something like multiple users or multi layout so it can be set up in one way say for pleaser and be able to change it for say work don't know if this is possible but would love to find out
There is a way to enable it on Android 7 and later versions after it. I am unsure if it works for Android 6 and lower versions, but it's worth a try.

1. Make sure you have root (Magisk is the best rooting method I recommend).
2. Download any file manager that supports text editing (I recommend MiXplorer).
3. Go to root/system/ and open build.prop as a text file.
4. Scroll down until you reach the last line of text, and enter these code in a new line:

#Multi Users
fw.max_users=3
fw.show_multiuserui=1
fw.show_hidden_users=1
fw.power_user_switcher=1