In my android app I have some buttons, that should work with onTouch() method, course I need to change button\'s text, when finger in ACTION_DOWN position.
Consider using view.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY);.
view.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY);
It will do both: playing the default sound and vibrate if the user has it enabled in the global settings.