android opt:add disable ignore_battery_optimizations

This commit is contained in:
csf
2022-07-16 22:31:44 +08:00
parent d3fc6ccd9c
commit 88fef77980
7 changed files with 93 additions and 36 deletions

View File

@@ -286,5 +286,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Language", "语言"),
("Keep RustDesk background service", "保持RustDesk后台服务"),
("Ignore Battery Optimizations", "忽略电池优化"),
("android_open_battery_optimizations_tip", "如需关闭此功能请在接下来的RustDesk应用设置页面中找到并进入 [电源] 页面,取消勾选 [不受限制]"),
].iter().cloned().collect();
}