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-ko | |
| 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-ko')
| -rw-r--r-- | res/values-ko/strings.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml index a230c30..41058d1 100644 --- a/res/values-ko/strings.xml +++ b/res/values-ko/strings.xml @@ -13,10 +13,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_category_style">스타일</string> |
