mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-12 11:21:18 +08:00
新增 设置 - 显示通知重要程度
此功能为 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:
@@ -39,6 +39,10 @@ class MainHook : IXposedHookLoadPackage {
|
||||
"com.android.updater" -> {
|
||||
Updater().handleLoadPackage(lpparam)
|
||||
}
|
||||
//设置
|
||||
"com.android.settings" -> {
|
||||
Settings().handleLoadPackage(lpparam)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user