diff options
| author | 2024-02-20 18:59:40 +0000 | |
|---|---|---|
| committer | 2024-03-22 23:30:15 +0000 | |
| commit | 953fede73b005bb357141d33644a40fb1dfa1165 (patch) | |
| tree | 858f322d9e5c0e7f2ad1747f1833fa100e40fbf0 | |
| parent | df3fda0a093847852b87c83c99abffa439e9f835 (diff) | |
Choose better naming for Widevine Developer option.
Bug: 301669353
Change-Id: I7703089ceb9bd5d1e5b2ef3c61d95ee33698264d
| -rw-r--r-- | packages/SettingsLib/res/values/strings.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml index a4bc235aaa7a..9961844afc8a 100644 --- a/packages/SettingsLib/res/values/strings.xml +++ b/packages/SettingsLib/res/values/strings.xml @@ -1030,13 +1030,6 @@ <!-- Settings item title to select whether to disable cache for transcoding. [CHAR LIMIT=85] --> <string name="transcode_disable_cache">Disable transcoding cache</string> - <!-- Developer settings title: widevine settings screen. [CHAR LIMIT=50] --> - <string name="widevine_settings_title">Widevine settings</string> - <!-- Developer settings title: select whether to enable Force L3 fallback. [CHAR LIMIT=50] --> - <string name="force_l3_fallback_title">Force L3 fallback</string> - <!-- Developer settings summary: select whether to enable Force L3 fallback.[CHAR LIMIT=NONE] --> - <string name="force_l3_fallback_summary">Select to force L3 fallback</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 --> |