diff options
| author | 2020-12-10 07:50:16 +0000 | |
|---|---|---|
| committer | 2020-12-10 07:50:16 +0000 | |
| commit | b39e4fd29159317585dbd65b2d7a8447aa47a52e (patch) | |
| tree | 0211ca67281b7bfa72302a1f05812335f9fc2d1c | |
| parent | aa7d64b8ebf27597305fb827910959dc6a975f01 (diff) | |
| parent | 74050dcfa86cff4b18688f83f30dab3685ede849 (diff) | |
Merge "Remove transcoding for apps from Settings."
| -rw-r--r-- | packages/SettingsLib/res/values/strings.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml index 22213cba217d..4e9721218a02 100644 --- a/packages/SettingsLib/res/values/strings.xml +++ b/packages/SettingsLib/res/values/strings.xml @@ -1004,9 +1004,6 @@ <!-- Settings item title to select the default behavior for transcoding if an encodig is not supported by an app. [CHAR LIMIT=85] --> <string name="transcode_default">Assume apps support modern formats</string> - <!-- Settings category title for selecting apps to be enabled for transcoding. [CHAR LIMIT=85] --> - <string name="transcode_skip_apps">Enable transcoding for apps</string> - <!-- Services settings screen, setting option name for the user to go to the screen to view running services --> <string name="runningservices_settings_title">Running services</string> <!-- Services settings screen, setting option summary for the user to go to the screen to view running services --> |