How to change incoming call Vibration level when incoming call made?

前端 未结 2 467

Somehow tricky question. I am working with one app through which user can set incoming call custom ringtone and different vibration level for different contacts.

I have

2条回答
  •  时光说笑
    2021-01-22 13:30

    The Android Vibrate API has only time control. There is no magnitude control in that API.

    For more refer this

    http://developer.android.com/reference/android/os/Vibrator.html

提交回复
热议问题