mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-02-01 07:15:40 +00:00
imported and adapted xiaomiparts from https://github.com/AlphaDroid-devices/device_xiaomi_sm8350-common/tree/alpha-13/parts with thermal profiles, per app refresh rate, speaker cleaner
51 lines
2.5 KiB
XML
51 lines
2.5 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>
|
|
|
|
<!-- 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>
|
|
|
|
<!-- 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>
|
|
|
|
<!-- Refresh Rate Settings -->
|
|
<string name="refresh_rate_tile_title">Refresh Rate</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.\n\nWARNING: Ensure that any headphones are unplugged.</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_medium">60Hz</string>
|
|
<string name="refresh_high">90Hz</string>
|
|
<string name="refresh_extreme">120Hz</string>
|
|
</resources>
|