Android Oreo Vibration Builder 정보
+ 개발자가 API (26)와 함께 출시 된 새로운 VibrationEffect을 테스트 할 수 있습니다
This is an open source project available on GitHub here:
https://github.com/kevine711/Android-Oreo-Vibration-Builder
DEVELOPER USE ONLY - There is no use case for a general user unless you just want to play with vibration profiles.
I created this project to help developers feel out different profiles you can create with the new VibrationEffect in API 26.
I'm using the below method. In app, timings are referred to as "delay" and amplitudes as "intensity." You can create a comma separated list of delays and intensities and run the profile to feel the effect. Some examples are provided.
VibrationEffect createWaveform (long[] timings,
int[] amplitudes,
int repeat)