Firefds / FirefdsKit

Xposed module for Samsung devices (Android 6, 7, 8, 9, 10, 11, 12, 13, 14)
125 stars 18 forks source link

[BUG] Tiramisu multi user #34

Open kevinwu128 opened 1 year ago

kevinwu128 commented 1 year ago

I'm able to enable multiuser, but unfortunately only guest profile works. When i creat a new user, nothing happens.

Device:

kevinwu128 commented 1 year ago

Screenshot_20230327_195524_Settings So it seems multiuser turns off after changing setting menu. And when on, nothing appears under

kevinwu128 commented 1 year ago

I've added this to build.props file:

Multi Users

fw.max_users=3 fw.show_multiuserui=1

and it's working for me. not sure if you want to close this or fix it.

Thanks