Used to handle our node to force enable Xiaomi's High Touch polling rate mode from kernel
75 lines
4 KiB
XML
75 lines
4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2020 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">No optimization</string>
|
|
<string name="thermal_benchmark">Performance</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_navigation">Navigation</string>
|
|
<string name="thermal_streaming">Streaming</string>
|
|
<string name="thermal_video">Video</string>
|
|
|
|
<!-- Per-app refresh rate -->
|
|
<string name="refresh_title">Per-app refresh rate</string>
|
|
<string name="refresh_summary">Set the maximum refresh rate for a specific application</string>
|
|
<string name="refresh_default">Default</string>
|
|
<string name="refresh_standard">60Hz</string>
|
|
<string name="refresh_extreme">120Hz</string>
|
|
|
|
<!-- Doze Strings -->
|
|
<string name="doze_brightness_low">Low brightness</string>
|
|
<string name="doze_brightness_high">High brightness</string>
|
|
<string name="doze_brightness_adaptive">Adaptive brightness</string>
|
|
<string name="doze_brightness_title">Doze brightness level</string>
|
|
<string name="doze_brightness_summary">Brightness level of doze pulse screen (% of max allowed brightness)</string>
|
|
|
|
<!-- Clear Speaker -->
|
|
<string name="clear_speaker_title">Clear speaker</string>
|
|
<string name="clear_speaker_summary">Play a 30-second audio to clear the speaker</string>
|
|
<string name="clear_speaker_description">Run this feature once or twice if you find that your speaker is lightly blocked by dust. Set media volume to maximum.\n\nIf the speaker is blocked heavily, run this feature 2-5 times while shaking your device with the speaker facing downwards.</string>
|
|
|
|
<!-- HBM settings -->
|
|
<string name="hbm_fragment_title">High brightness mode</string>
|
|
<string name="hbm_fragment_summary">Settings for HBM</string>
|
|
<string name="hbm_mode_title">HBM</string>
|
|
<string name="hbm_mode_summary">Enable peak luminance</string>
|
|
<string name="auto_hbm_title">Automatic HBM</string>
|
|
<string name="auto_hbm_summary">Enable peak luminance based on sunlight</string>
|
|
<string name="auto_hbm_threshold_title"></string>
|
|
<string name="auto_hbm_threshold_summary">threshold (lux)</string>
|
|
<string name="hbm_disable_time_title"></string>
|
|
<string name="hbm_disable_time_summary">disable delay (seconds)</string>
|
|
<string name="hbm_mode_warning">Long time usage of High brightness mode may damage your display</string>
|
|
|
|
<!-- DC dimming settings -->
|
|
<string name="dc_dimming_enable_title">DC Dimming</string>
|
|
<string name="dc_dimming_enable_summary">Reduces eye strain in low light conditions</string>
|
|
<string name="dc_dimming_enable_summary_not_supported">DC Dimming is currently not supported by the kernel</string>
|
|
|
|
<!-- High Touch Polling -->
|
|
<string name="htsr_title">Touch Responsiveness</string>
|
|
<string name="htsr_enable_title">Increase Touch Responsiveness</string>
|
|
<string name="htsr_enable_summary">Increases touch polling rate to decrease latency</string>
|
|
<string name="htsr_enable_summary_not_supported">Increase Touch Responsiveness is currently not supported by the kernel</string>
|
|
|
|
</resources>
|