Manager: Added functionality to clean up the user-mode scanning environment after execution
fmt ksud
This commit is contained in:
@@ -660,4 +660,10 @@
|
||||
<string name="uid_multi_user_scan_summary">开启后将扫描所有用户的应用,包括工作资料等</string>
|
||||
<string name="uid_scanner_setting_failed">设置失败,请检查权限</string>
|
||||
<string name="uid_scanner_setting_error">设置失败: %s</string>
|
||||
<string name="clean_runtime_environment">清理运行环境</string>
|
||||
<string name="clean_runtime_environment_summary">清理运行时文件并停止扫描服务</string>
|
||||
<string name="clean_runtime_environment_confirm">您确定要清理运行环境吗?这将停止扫描服务并删除相关文件</string>
|
||||
<string name="clean_runtime_environment_success">运行环境清理成功</string>
|
||||
<string name="clean_runtime_environment_failed">运行环境清理失败</string>
|
||||
<string name="clean_runtime_environment_error">清理运行环境时出错:%s</string>
|
||||
</resources>
|
||||
|
||||
@@ -668,4 +668,10 @@ Important Note:\n
|
||||
<string name="uid_multi_user_scan_summary">When enabled, scans applications for all users, including work profiles</string>
|
||||
<string name="uid_scanner_setting_failed">Setting failed, please check permissions</string>
|
||||
<string name="uid_scanner_setting_error">Setting failed: %s</string>
|
||||
<string name="clean_runtime_environment">Clean Runtime Environment</string>
|
||||
<string name="clean_runtime_environment_summary">Clean up runtime files and stop the scanner service</string>
|
||||
<string name="clean_runtime_environment_confirm">Are you sure you want to clean the runtime environment? This will stop the scanner service and remove related files.</string>
|
||||
<string name="clean_runtime_environment_success">Runtime environment cleaned successfully</string>
|
||||
<string name="clean_runtime_environment_failed">Failed to clean runtime environment</string>
|
||||
<string name="clean_runtime_environment_error">Error cleaning runtime environment: %s</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user