Files
device_xiaomi_pipa/peripheralmanager/res/values/strings.xml
AdarshGrewal 9070df88de pipa: peripheralmanager: Split refresh rate handling from force stylus
* lets just make sylus mode a thing which for 120hz for it to work
2025-08-12 12:00:00 +00:00

19 lines
784 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2023 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- App Name -->
<string name="app_name">Xiaomi Peripheral Manager</string>
<!-- Xiaomi Stylus -->
<string name="stylus_title">Stylus</string>
<string name="stylus_summary">Stylus Settings</string>
<string name="stylus_switch_title">Stylus Mode</string>
<string name="force_stylus_switch_title">Force recognize stylus</string>
<string name="force_stylus_switch_summary">Enable this settings to allow using third party styluses</string>
<string name="stylus_more_info">Stylus Mode limits display\'s max refresh rate to 120Hz</string>
</resources>