No results found

ColorOS 通知下沉模块 - Xposed Module Repository

ColorOS Notification Sinking

License

为 ColorOS 的锁屏/AOD 通知提供“底部边距”可调的 Xposed 模块。提供可视化 UI 配置,参数通过 ContentProvider 供 SystemUI 读取。

功能

  • 调节锁屏界面通知底部边距(dp)
  • 设置范围:24–360 dp
  • 变更后需重启 SystemUI 或重启设备生效

项目结构

app/src/main/kotlin/com/op/notification/sinking
├─ data/          # 配置与 Provider
│  ├─ SinkingConfig.kt
│  └─ SinkingConfigProvider.kt
├─ hook/          # SystemUI Hook
│  └─ MainHook.kt
├─ ui/            # Compose UI
│  └─ MainActivity.kt
└─ HookEntry.kt   # YukiHookAPI 入口

配置通道

  • authority: com.op.notification.sinking.config
  • path: bottom_margin_dp
  • URI: content://com.op.notification.sinking.config/bottom_margin_dp

构建

./gradlew assembleDebug

APK 输出:

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

备注

  • Hook 侧已增加进程内缓存,首次读取后缓存值;重启 SystemUI 会重新读取。

License

MIT

Package

com.op.notification.sinking

Authors

Qjj7679

Releases

v1.0

Release Type: Stable

3/27/2026, 1:32:47 AM

View all releases

Releases

v1.0

Release Type: Stable

3/27/2026, 1:32:47 AM

v1.0 发布

  • 首个公开版本
  • 可调节锁屏/AOD 通知底部边距
  • Provider 配置通道 + Hook 侧缓存
© 2021 - 2026 New Xposed Module Repository