Loading core/proto/android/app/settings_enums.proto +5 −0 Original line number Diff line number Diff line Loading @@ -2786,4 +2786,9 @@ enum PageId { // CATEGORY: SETTINGS // OS: S LOCATION_TIME_ZONE_DETECTION = 1854; // OPEN: Settings > Developer options > Media transcode settings // CATEGORY: SETTINGS // OS: S TRANSCODE_SETTINGS = 1855; } packages/SettingsLib/res/values/strings.xml +9 −0 Original line number Diff line number Diff line Loading @@ -992,6 +992,15 @@ <string name="standby_bucket_summary">App standby state:<xliff:g id="bucket"> %s</xliff:g></string> <!-- Settings item title for transcode settings for apps. [CHAR LIMIT=85] --> <string name="transcode_settings_title">Media transcode settings</string> <!-- Settings item title to enable or disable transcoding for all apps. [CHAR LIMIT=85] --> <string name="transcode_enable_all">Enable transcoding for all apps</string> <!-- Settings category title for selecting apps to be skipped from transcoding. [CHAR LIMIT=85] --> <string name="transcode_skip_apps">Disable 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 --> Loading Loading
core/proto/android/app/settings_enums.proto +5 −0 Original line number Diff line number Diff line Loading @@ -2786,4 +2786,9 @@ enum PageId { // CATEGORY: SETTINGS // OS: S LOCATION_TIME_ZONE_DETECTION = 1854; // OPEN: Settings > Developer options > Media transcode settings // CATEGORY: SETTINGS // OS: S TRANSCODE_SETTINGS = 1855; }
packages/SettingsLib/res/values/strings.xml +9 −0 Original line number Diff line number Diff line Loading @@ -992,6 +992,15 @@ <string name="standby_bucket_summary">App standby state:<xliff:g id="bucket"> %s</xliff:g></string> <!-- Settings item title for transcode settings for apps. [CHAR LIMIT=85] --> <string name="transcode_settings_title">Media transcode settings</string> <!-- Settings item title to enable or disable transcoding for all apps. [CHAR LIMIT=85] --> <string name="transcode_enable_all">Enable transcoding for all apps</string> <!-- Settings category title for selecting apps to be skipped from transcoding. [CHAR LIMIT=85] --> <string name="transcode_skip_apps">Disable 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 --> Loading