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.2

Release Type: Stable

4/23/2026, 10:24:16 AM

View all releases

Releases

v1.2

Release Type: Stable

4/23/2026, 10:24:16 AM

本次更新内容

  • 修复重启设备后配置偶发不生效的问题,避免回退到默认值或系统原始位置。
  • 增强开机阶段配置读取稳定性:增加短重试与上次成功值兜底缓存(DPS)。
  • 更新此版本后需在模块里手动调节一次配置,否则可能出现未知问题

Show older versions

© 2021 - 2026 New Xposed Module Repository