This Magisk module enables Android's multi-user UI and sets the maximum number of users to 10.
- Enables the multi-user interface on Android devices.
- Sets the maximum number of users to 10.
- Appends properties to
/system/build.propwithout replacing existing content.
- Rooted Android device with Magisk installed.
- Compatible with Android versions that support multi-user features.
- Download the module from the Releases section or clone the repository.
- Open the Magisk Manager app.
- Tap on the "Modules" section.
- Select "Install from storage" and choose the downloaded zip file.
- Reboot your device.
After installation, the following properties are appended to your /system/build.prop:
fw.show_multiuserui=1
fw.max_users=10
This enables the multi-user feature and sets the maximum number of users to 10.
- Owner: unreliablecode
- GitHub: unreliablecode