新增 设置 - 显示通知重要程度

此功能为 AOSP 通知的标准功能,从 MIUI 12 开始被隐藏
请参见:
- https://developer.android.com/guide/topics/ui/notifiers/notifications?hl=zh-cn#importance
- https://www.coolapk.com/feed/24638207?shareKey=YzcwZGMzNzM2NWQ3NjIyOTU4NzY~
This commit is contained in:
ztc1997
2022-03-10 09:53:04 +08:00
parent abb9c12d71
commit 34e509abe8
9 changed files with 102 additions and 1 deletions

View File

@@ -39,6 +39,10 @@ class MainHook : IXposedHookLoadPackage {
"com.android.updater" -> {
Updater().handleLoadPackage(lpparam)
}
//设置
"com.android.settings" -> {
Settings().handleLoadPackage(lpparam)
}
}
}
}