mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 19:15:58 +00:00
optimize some functions in App manager
optimize Permitted accessibility services and Permitted IME use state to store their package list instead of create global variables update related document
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
<string name="current_status_is">Current status: </string>
|
||||
<string name="start">Start</string>
|
||||
<string name="unknown_error">Unknown error</string>
|
||||
<string name="allow_all">Allow all</string>
|
||||
|
||||
<!--Permissions-->
|
||||
<string name="click_to_activate">Click to activate</string>
|
||||
@@ -283,7 +284,7 @@
|
||||
<string name="block_uninstall">Block uninstall</string>
|
||||
<!--ucd: user control disabled-->
|
||||
<string name="ucd">Disable user control</string>
|
||||
<string name="ucd_desc">If you set this, you cannot clear storage or cache of the app. </string>
|
||||
<string name="ucd_desc">If you set this, you cannot clear these apps\' storage or force stop them. </string>
|
||||
<string name="app_list_is">App list: </string>
|
||||
<string name="clear_list">Clear list</string>
|
||||
<string name="permission_manage">Permission manage</string>
|
||||
@@ -291,9 +292,14 @@
|
||||
<string name="cross_profile_widget">Cross profile widget</string>
|
||||
<string name="credential_manage_policy">Credential manage policy</string>
|
||||
<string name="whitelist_and_system_app">Whitelist and system app</string>
|
||||
<string name="permitted_accessibility_app">Permitted accessibility app</string>
|
||||
<string name="permitted_packages_is">Permitted packages: \n</string>
|
||||
<string name="permitted_accessibility_services">Permitted accessibility services</string>
|
||||
<string name="only_system_accessibility_allowed">Only system accessibility services are allowed</string>
|
||||
<string name="system_accessibility_always_allowed">System accessibility services are always allowed.</string>
|
||||
<string name="only_system_ime_allowed">Only system input methods are allowed</string>
|
||||
<string name="system_ime_always_allowed">System input methods are always allowed.</string>
|
||||
<string name="permitted_ime">Permitted IME</string>
|
||||
<string name="keep_uninstalled_pkgs">Keep uninstalled packages</string>
|
||||
<string name="keep_uninstalled_packages">Keep uninstalled packages</string>
|
||||
<string name="clear_data">Clear data</string>
|
||||
<string name="clear_app_storage">Clear app storage</string>
|
||||
<string name="app_storage_will_be_cleared">This app\'s storage will be cleared</string>
|
||||
|
||||
Reference in New Issue
Block a user