summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2013-05-15 19:00:29 -0700
committerJeff Brown <jeffbrown@google.com>2013-05-16 14:41:30 -0700
commit56d4b744b374af11f540567d2b43d66d8d7c301e (patch)
treee96242be798276fa89fd54442affb7015e8506e3 /core/res
parentc12783a90e08bd2e20eb75f68192fbf7bad80357 (diff)
downloadframeworks_base-56d4b744b374af11f540567d2b43d66d8d7c301e.zip
frameworks_base-56d4b744b374af11f540567d2b43d66d8d7c301e.tar.gz
frameworks_base-56d4b744b374af11f540567d2b43d66d8d7c301e.tar.bz2
Add route description API.
Bug: 8175766 Change-Id: I65dbc10fc04f9ff8f6abc1bda23fbf5baa227737
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/values/strings.xml5
-rw-r--r--core/res/res/values/symbols.xml1
2 files changed, 5 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index a1479af..b595d6e 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -3931,9 +3931,12 @@
<!-- Name of the default audio route category. [CHAR LIMIT=50] -->
<string name="default_audio_route_category_name">System</string>
- <!-- Default name of the bluetooth a2dp audio route. [CHAR LIMIT=50] -->
+ <!-- Description of the bluetooth a2dp audio route. [CHAR LIMIT=50] -->
<string name="bluetooth_a2dp_audio_route_name">Bluetooth audio</string>
+ <!-- Description of a wireless display route. [CHAR LIMIT=50] -->
+ <string name="wireless_display_route_description">Wireless display</string>
+
<!-- "Done" button for MediaRouter chooser dialog when grouping routes. [CHAR LIMIT=NONE] -->
<string name="media_route_chooser_grouping_done">Done</string>
diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml
index 6a3bdaa..adbedbb 100644
--- a/core/res/res/values/symbols.xml
+++ b/core/res/res/values/symbols.xml
@@ -884,6 +884,7 @@
<java-symbol type="string" name="error_message_title" />
<java-symbol type="string" name="action_bar_home_description_format" />
<java-symbol type="string" name="action_bar_home_subtitle_description_format" />
+ <java-symbol type="string" name="wireless_display_route_description" />
<java-symbol type="plurals" name="abbrev_in_num_days" />
<java-symbol type="plurals" name="abbrev_in_num_hours" />