Add string and resource for dynamic group

Bug: 146813761
Test: build pass
Change-Id: I7fe0dc1eda2f7c411800c494b600c9a52c382094
This commit is contained in:
timhypeng
2020-02-18 09:03:58 +08:00
committed by tim peng
parent e6704dc37d
commit 0de1aa2b05
6 changed files with 146 additions and 0 deletions

View File

@@ -11064,6 +11064,18 @@
<!-- Summary for media output settings when the media stream is being captured by something else. -->
<string name="media_output_summary_unavailable">Unavailable</string>
<!-- Title for the media output group dialog with media related devices [CHAR LIMIT=50] -->
<string name="media_output_group_panel_title">Add outputs</string>
<!-- Title for the media output slice with group devices [CHAR LIMIT=50] -->
<string name="media_output_group">Group</string>
<!-- Summary for media output group with only one device which is active [CHAR LIMIT=NONE] -->
<string name="media_output_group_panel_single_device_summary">1 device selected</string>
<!-- Summary for media output group with the active device count [CHAR LIMIT=NONE] -->
<string name="media_output_group_panel_multiple_devices_summary"><xliff:g id="count" example="2">%1$d</xliff:g> devices selected</string>
<!-- Title for HFP(hands free profile) output switch button in settings. -->
<string name="take_call_on_title">Take call on</string>