manager: Add app profile implementation

This commit is contained in:
tiann
2023-05-16 17:15:01 +08:00
parent c1427f658a
commit c7adb8e3b1
6 changed files with 166 additions and 15 deletions

View File

@@ -73,4 +73,8 @@
<string name="app_profile_denylist">Denylist</string>
<string name="app_profile_title0">Global</string>
<string name="app_profile_mode">Working Mode</string>
<string name="failed_to_set_allowlist_mode">Failed to switch to allowlist mode</string>
<string name="failed_to_add_to_allowlist">Failed to add %s to allowlist</string>
<string name="failed_to_add_to_denylist">Failed to add %s to denylist</string>
<string name="failed_to_set_denylist_mode">Failed to switch to denylist mode</string>
</resources>