diff options
| author | Jules Aguillon | 2022-06-06 17:00:58 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-06-06 17:04:50 +0200 |
| commit | ef03dfed5c802a855c4655204eee39a8769cfed7 (patch) | |
| tree | a4808a1562437e70f9b00c92465f6ed34af799e7 /res/values-zh-rCN | |
| parent | e0131fa6b01ada40905ccd365da4511c2a88dc1c (diff) | |
| download | unexpected-keyboard-ef03dfed5c802a855c4655204eee39a8769cfed7.tar.gz unexpected-keyboard-ef03dfed5c802a855c4655204eee39a8769cfed7.zip | |
Remove the vibration settings
Instead of using the vibrator directly, use performHapticFeedback, which
will integrate better with the system settings.
Diffstat (limited to 'res/values-zh-rCN')
| -rw-r--r-- | res/values-zh-rCN/strings.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml index 474c6938..eb0cf48 100644 --- a/res/values-zh-rCN/strings.xml +++ b/res/values-zh-rCN/strings.xml @@ -15,10 +15,6 @@ <string name="pref_swipe_dist_summary">输入按键四角的符号需要滑动的距离 (%s)</string> <string name="pref_long_timeout_title">长按到开始重复输入的时间</string> <string name="pref_long_interval_title">长按后每次重复输入的时间间隔</string> - <string name="pref_category_vibrate">振动</string> - <string name="pref_vibrate_title">振动</string> - <string name="pref_vibrate_summary">启用或者禁用按下按键时振动</string> - <string name="pref_vibrate_duration_title">每次振动持续的时间</string> <string name="pref_precise_repeat_title">精确控制光标移速</string> <string name="pref_precise_repeat_summary">按键重复按下速度由手指滑动的距离决定</string> <string name="pref_lockable_keys_title">组合键锁定</string> |
