一个使用现代 Xposed API 102 拦截 MIUI SystemUI 返回手势的 LSPosed 模块,用于研究和定制。

Stars

86

7 天增长

暂无数据

Fork 数

10

开放 Issue

1

开源协议

Apache-2.0

最近更新

2026-07-28

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它专注于 MIUI 定制中一个特定且文档稀少的领域(返回手势),采用现代 Xposed API,支持热重载,并附带 AOSP 参考代码片段以供学习。

适合谁使用

  • 研究 MIUI 手势行为的 Android 开发者
  • Xposed/LSPosed 模块开发者
  • 希望自定义返回手势的 MIUI 高级用户
  • SystemUI 修改者

典型使用场景

  • 自定义或禁用 MIUI 返回手势行为
  • 研究 SystemUI 与 MiuiHome 在手势上的交互
  • 通过热重载快速迭代测试手势修改

项目优势

  • 使用支持热重载的现代 Xposed API 102
  • 内含 AOSP 参考代码片段供学习
  • 采用 Apache 2.0 开源许可证

使用前须知

  • 仅兼容特定 MiuiHome 版本(7.50.xx)
  • 需要 LSPosed 框架和 root 权限
  • 文档仅限于构建和范围信息

README 快速开始

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.

项目描述

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

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

oversecured
oversecured GitHub avatar

Samsung_Vulnerabilities

Oversecured discloses a report of 176 vulnerabilities discovered in Samsung preinstalled apps between 2022 and 2025, with 140 detailed, all fixed in collaboration with Samsung.

Java
310
SangLuoCN
SangLuoCN GitHub avatar

OneStep4

OneStep4.0 is a multi-window desktop container for Android that requires root or system-level privileges, enabling a main window with several side windows for efficient app multitasking.

Java
84
zgcwkjOpenProject
zgcwkjOpenProject GitHub avatar

XPoser_MiBackup

An Xposed module that redirects Xiaomi Backup's DFS storage flow to self-hosted SMB, WebDAV, or custom HTTP servers, enabling local/private cloud backups.

Java
75