diff options
| author | 2023-03-30 13:22:50 +0000 | |
|---|---|---|
| committer | 2023-03-30 13:22:50 +0000 | |
| commit | 31cf3ea3d8f7fe8187df26544d18aab808aa87d8 (patch) | |
| tree | 415e5f610a23ff97283b0df7824312703562b923 | |
| parent | 88dd1d6c7332dcaada3d1748392979e3cf375328 (diff) | |
| parent | 5a90de888bd4162518a797840ab243a47af4c6da (diff) | |
Merge "Strings for SoundDose notification" into udc-dev
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index e7be6fc80d1c..324ba02a7a46 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -1270,6 +1270,11 @@ <!-- Label for button to go to sound settings screen [CHAR_LIMIT=30] --> <string name="volume_panel_dialog_settings_button">Settings</string> + <!-- Title for notification after audio lowers --> + <string name="csd_lowered_title" product="default">Lowered to safer volume</string> + <!-- Message shown in notification after system lowers audio --> + <string name="csd_system_lowered_text" product="default">The volume has been high for longer than recommended</string> + <!-- content description for audio output chooser [CHAR LIMIT=NONE]--> <!-- Screen pinning dialog title. --> |