LSPosed module for Oplus/OxygenOS that auto-confirms the USB external display connection dialog in SystemUI.
- Hooks
com.android.systemuidisplay connection flow. - Automatically confirms the "Cast/Project Screen" dialog.
- Includes a module settings action to restart SystemUI.
- Device: OnePlus 13 (
CPH2653) - ROM: OxygenOS
16.0.3.501 - LSPosed scope:
com.android.systemui
Get the latest build from:
- The in-module Restart SystemUI button requires root (
su) permission. - If you do not want to grant root, simply reboot the phone.
Manual restart command (root required):
su -c "pkill -9 -f com.android.systemui || killall com.android.systemui"From PC with ADB:
adb shell su -c "pkill -9 -f com.android.systemui || killall com.android.systemui"Huge thanks to the original author and repository:
This fork is based on the original implementation with compatibility improvements for newer OxygenOS builds.
This project is provided for educational and research purposes only. Use it at your own risk and in compliance with local laws.