diff options
| author | 2022-09-29 15:01:04 +0000 | |
|---|---|---|
| committer | 2022-09-29 15:01:04 +0000 | |
| commit | d86e82b37634ce2ae5bb0d38cc216ea5e0c4f7fa (patch) | |
| tree | a514dacc2d3be9aae28368daf49bd7bb0571639c | |
| parent | 0c4620561b15025a34aec4cb42fb4fefe27d4636 (diff) | |
| parent | aa1105452c0e142e6d1526739077a794ff3243ad (diff) | |
Merge "Update deprecated_target_sdk_message text"
| -rw-r--r-- | core/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 9b060593651f..5f9911358921 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -5512,7 +5512,7 @@ <string name="app_streaming_blocked_message_for_settings_dialog" product="default">This can’t be accessed on your <xliff:g id="device" example="Chromebook">%1$s</xliff:g>. Try on your phone instead.</string> <!-- Message displayed in dialog when app is too old to run on this verison of android. [CHAR LIMIT=NONE] --> - <string name="deprecated_target_sdk_message">This app was built for an older version of Android and may not work properly. Try checking for updates, or contact the developer.</string> + <string name="deprecated_target_sdk_message">This app was built for an older version of Android. It might not work properly and doesn\'t include the latest security and privacy protections. Check for an update, or contact the app\'s developer.</string> <!-- Title for button to see application detail in app store which it came from - it may allow user to update to newer version. [CHAR LIMIT=50] --> <string name="deprecated_target_sdk_app_store">Check for update</string> |