diff options
| author | 2018-05-15 14:01:35 +0800 | |
|---|---|---|
| committer | 2018-05-15 22:24:02 +0800 | |
| commit | aaf7c0f736b97e2bea3e449b282f05a7442d063d (patch) | |
| tree | 55ff8298ebd9b143f3143afba7e08234649d7680 | |
| parent | 6db14d01c23810a2a98a1d249b9d98480f89a073 (diff) | |
Add summaries for Bluetooth audio active device status
Restore string formating for android auto summaries.
Bug: 78936284
Test: rebuild
Change-Id: Ifef26f5edc33589178098a77ade827f3e96dad82
| -rw-r--r-- | packages/SettingsLib/res/values/arrays.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/SettingsLib/res/values/arrays.xml b/packages/SettingsLib/res/values/arrays.xml index c926e1ff48a7..09fa284b0a39 100644 --- a/packages/SettingsLib/res/values/arrays.xml +++ b/packages/SettingsLib/res/values/arrays.xml @@ -250,6 +250,18 @@ <item>Best Effort (Adaptive Bit Rate)</item> </string-array> + <!-- Summaries for Android Auto Bluetooth Audio Active Device status. [CHAR LIMIT=50]--> + <string-array name="bluetooth_audio_active_device_summaries" > + <!-- Status message when the device is not Active. --> + <item></item> + <!-- Status message when the device is Active for Media and Phone. --> + <item>, active</item> + <!-- Status message when the device is Active for Media only. --> + <item>, active (media)</item> + <!-- Status message when the device is Active for Phone only. --> + <item>, active (phone)</item> + </string-array> + <!-- Titles for logd limit size selection preference. [CHAR LIMIT=14] --> <string-array name="select_logd_size_titles"> <item>Off</item> |