mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sky
synced 2026-01-27 15:15:25 +00:00
37 lines
1.9 KiB
XML
37 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2020-2022 The LineageOS Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<resources>
|
|
<!-- Thermal Profiles -->
|
|
<string name="thermal_title">Thermal Profiles</string>
|
|
<string name="thermal_summary">Adjust per-app thermal profiles for optimum performance</string>
|
|
<string name="thermal_default">Default</string>
|
|
<string name="thermal_benchmark">Benchmark</string>
|
|
<string name="thermal_browser">Browser</string>
|
|
<string name="thermal_camera">Camera</string>
|
|
<string name="thermal_dialer">Dialer</string>
|
|
<string name="thermal_gaming">Gaming</string>
|
|
<string name="thermal_streaming">Streaming</string>
|
|
|
|
<!-- LCD Features -->
|
|
<string name="lcd_features_title">LCD features</string>
|
|
<string name="lcd_features_summary">High Brightness Mode, CABC</string>
|
|
<string name="lcd_hbm_title">High Brightness Mode (HBM)</string>
|
|
<string name="lcd_hbm_tile_title">HBM</string>
|
|
<string name="lcd_cabc_title">CABC Mode</string>
|
|
<string name="lcd_features_info">High Brightness Mode (HBM) increases the maximum brightness of the display to improve visibility under sunlight. Increases power consumption.\n\nCABC (Content Adaptive Backlight Control) adjusts display and backlight brightness based on currently shown content, to reduce power consumption without degradation.</string>
|
|
</resources>
|