android - Turn off default screen touch sound -
i writing simple android application in facing 1 unwanted sound.
the problem whenever start application , touch anywhere on screen default system screen touch sound played every time. want stop sound being played while application running. please tell me how can that?
this may you're looking for... http://developer.android.com/reference/android/view/view.html#setsoundeffectsenabled(boolean)
Comments
Post a Comment