Add toggle for media resumption
Adds a toggle under Settings > Sound > Media to toggle media resumption Bug: 154039093 Test: manual Test: atest SettingsProviderTest Test: make -j40 RunSettingsRoboTests ROBOTEST_FILTER="MediaControls" Change-Id: I803c57031bc3252cab35c06ea124d1c22a3c3aeb
This commit is contained in:
@@ -12158,4 +12158,19 @@
|
||||
<string name="overlay_settings_title">Allow screen overlays on Settings</string>
|
||||
<!-- Summary for allowing screen overlays on Settings app. [CHAR LIMIT=NONE]-->
|
||||
<string name="overlay_settings_summary">Allow apps that can display over other apps to overlay Settings screens</string>
|
||||
|
||||
<!-- Title for media control settings [CHAR LIMIT=50]-->
|
||||
<string name="media_controls_title">Media</string>
|
||||
<!-- Summary for media control settings [CHAR LIMIT=50]-->
|
||||
<string name="media_controls_summary">Hide player when the media session has ended</string>
|
||||
<!-- Description of toggle to enable or disable the media resumption feature in quick settings [CHAR LIMIT=NONE]-->
|
||||
<string name="media_controls_resume_description">The player allows you to resume a session from the expanded Quick Settings panel.</string>
|
||||
<!-- Subtext for media settings when the player will be hidden [CHAR LIMIT=50] -->
|
||||
<string name="media_controls_hide_player">Hide player</string>
|
||||
<!-- Subtext for media settings when the player will be shown [CHAR LIMIT=50] -->
|
||||
<string name="media_controls_show_player">Show player</string>
|
||||
<!-- Subtext for media settings when no players can be shown [CHAR LIMIT=50] -->
|
||||
<string name="media_controls_no_players">No players available</string>
|
||||
<!-- Keywords for the media controls setting [CHAR LIMIT=NONE]-->
|
||||
<string name="keywords_media_controls">media</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user