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

此功能为 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="show_notification_importance_summary">顯示 MIUI12 及之後版本被隱藏的通知重要程度設定</string>
<string name="show_notification_importance">顯示通知重要程度</string>
<string name="settings">設定</string>
</resources>