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

此功能为 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

@@ -144,4 +144,7 @@
<string name="updater">系统更新</string>
<string name="remove_ota_validate">*移除OTA验证 [实验性]</string>
<string name="remove_ota_validate_summary">- 仅支持VAB系列使用其余系列请不要开启。\n- 无需内测试资格即可刷入完整内测包。\n- 拥有内测权限的用户将无法接收内测更新\n可用于屏蔽系统更新。\n- 跨版本类型升级后,建议清空数据。\n- 不支持非官方ROM使用。</string>
<string name="settings">设置</string>
<string name="show_notification_importance_summary">显示 MIUI12 及之后版本被隐藏的通知重要程度设置</string>
<string name="show_notification_importance">显示通知重要程度</string>
</resources>