关于输入法振动问题(算问题吗) #621
Closed
Entaliga
started this conversation in
Ideas | 想法
Replies: 1 comment 1 reply
-
“系统默认”之所以是默认就是因为它是不能改的。控制振动反馈的代码在这里 “系统默认”就是调用 View#performHapticFeedback ,而如果修改了振动时间就改为调用 Vibrator#vibrate 。如果你想自己控制振动反馈的波形,可以研究一下这个文档: https://developer.android.com/develop/ui/views/haptics/custom-haptic-effects |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
个人比较喜欢的振动是那种哒哒哒的振动。
但是有一个问题,使用系统默认振动之后,震感是特别大的,而调整的振动(比如3ms)都是嗡嗡嗡。
作为一个小白,想提问,能否将系统默认振动的档位调小,或者说怎么通过修改安装包的形式满足我的需求
Beta Was this translation helpful? Give feedback.
All reactions