diff options
| author | Tanuj <thetanuj@hotmail.com> | 2026-06-13 17:43:56 +0530 |
|---|---|---|
| committer | Tanuj <thetanuj@hotmail.com> | 2026-06-13 17:43:56 +0530 |
| commit | 7e6ca42aa7c25ce492cce8de4c2fc3887882a319 (patch) | |
| tree | a0c0c78a6f8e548a6a16219bb3f74c608a1dca62 /app/src/main/res/values/strings.xml | |
| parent | 981e11b1f068b4c748c4727506d2e2324b314699 (diff) | |
| download | SidePhOnelauncher-7e6ca42aa7c25ce492cce8de4c2fc3887882a319.tar.gz SidePhOnelauncher-7e6ca42aa7c25ce492cce8de4c2fc3887882a319.tar.bz2 SidePhOnelauncher-7e6ca42aa7c25ce492cce8de4c2fc3887882a319.zip | |
Fixed: Uninstall and app info for work profile apps #446
Diffstat (limited to 'app/src/main/res/values/strings.xml')
| -rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 52b186a..8378c24 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -131,6 +131,7 @@ <string name="launcher_failed_to_lock_device">Olauncher failed to lock device.\nPlease check your app settings.</string> <string name="long_press_to_select_app">Long press to select app</string> <string name="unable_to_open_app">Unable to open app</string> + <string name="unable_to_open_app_info">Unable to open app info</string> <string name="copied">Copied</string> <string name="system_app_cannot_delete">System app, cannot delete</string> <string name="type_a_new_app_name_first">Type a new app name first</string> |
