LSPosed module using modern Xposed API 102 for SystemUI-side MIUI back gesture research.
.\gradlew.bat assembleDebugThe debug APK is generated at:
app/build/outputs/apk/debug/app-debug.apk
Checked-in AOSP reference snippets live under:
refs/aosp_back/
The directory is split by component:
refs/aosp_back/shell/
refs/aosp_back/systemui/
The static scope is declared in:
app/src/main/resources/META-INF/xposed/scope.list
Current scopes:
com.android.systemui
com.miui.home
system
The MiuiHome integration is best matched with Xiaomi System Launcher
version 7.50.xx.
API 102 hot reload is enabled through:
autoHotReload=true
The module implements onHotReloading(...) and onHotReloaded(...).
The module entry is:
dev.codex.miuibackgesturehook.MiuiBackGestureHook
Registered through:
app/src/main/resources/META-INF/xposed/java_init.list
Apache License 2.0. See LICENSE.