Skip to content

Repository files navigation

MIUI SystemUI Back Gesture Hook

LSPosed module using modern Xposed API 102 for SystemUI-side MIUI back gesture research.

Build

.\gradlew.bat assembleDebug

The debug APK is generated at:

app/build/outputs/apk/debug/app-debug.apk

AOSP References

Checked-in AOSP reference snippets live under:

refs/aosp_back/

The directory is split by component:

refs/aosp_back/shell/
refs/aosp_back/systemui/

Scope

The static scope is declared in:

app/src/main/resources/META-INF/xposed/scope.list

Current scopes:

com.android.systemui
com.miui.home
system

Compatibility

The MiuiHome integration is best matched with Xiaomi System Launcher version 7.50.xx.

Hot Reload

API 102 hot reload is enabled through:

autoHotReload=true

The module implements onHotReloading(...) and onHotReloaded(...).

Entry

The module entry is:

dev.codex.miuibackgesturehook.MiuiBackGestureHook

Registered through:

app/src/main/resources/META-INF/xposed/java_init.list

License

Apache License 2.0. See LICENSE.

About

Restore AOSP gesture and predictive back for Xiaomi Android 16 devices.

Resources

Stars

92 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages