I want to enable/disable key-tap sound in android version higher then 4.2. There are any way to change default setting through programming. Thanx in advance.
How to disable key-tap sound in android?
346 Views Asked by Harish Anuragi At
3
There are 3 best solutions below
0

Yes, there is a way. There is an attribute and a method if you want to enable/disable.
android:soundEffectsEnabled
Boolean that controls whether a view should have sound effects enabled for events such as clicking and touching.
Here you go.
No need for audio manager or muting for sound stream of system.
You can mute the sound when your app starts and unmute when it finishes using
AudioManager