FOR THE LSPOSED ALTERNATIVE, GO HERE
A Magisk/KernelSU module that lifts the floating-window restriction on REDMAGIC (nubia/ZTE) devices and ships a WebUI for managing which apps are allowed to use floating/split windows.
- Disables the
ro.vendor.feature.mfv_feature_windowreply_abroadproperty viasystem.prop, removing the region lock on the floating window feature. - Replaces
/system/etc/zte_windowReply_control.xml, the whitelist consulted by the system's window-reply service, with an editable copy. - Provides a WebUI (
webroot/index.html), accessible from Magisk Manager / KernelSU Manager, for adding, removing, and managing apps in theforceSupport_whiteListwithout editing the XML by hand.
- Download the latest built module zip.
- Flash it from Magisk Manager or KernelSU Manager: Modules → Install from storage.
- Reboot.
- Open the module's WebUI from the manager app to manage the whitelist.
META-INF/com/google/android/ Flashable zip installer (update-binary, updater-script)
module.prop Module metadata (id, name, version, author)
system.prop Boot-time system property override
system/etc/zte_windowReply_control.xml Floating window whitelist
webroot/index.html WebUI for managing the whitelist
- RedMagic OS (tested on my Redmagic 10 Pro (NX789J) Android 16)
- Root
https://xdaforums.com/t/magisk-mod-experimental-redmagic-addons.4677270/
This module modifies system properties and a system whitelist file. It is intended for REDMAGIC devices affected by the floating window region restriction. Use at your own risk. I am not responsible for any damage to your device.
I made this module for my personal use with the help of AI (I don't know how to code only in lua).
Released under the MIT License.