I can disable system clicking sound on a button if I use android:soundEffectsEnabled="false"
in its layout.
I want to disable the sound effect on an Action Bar item. This attribute seems to make no difference.
How can I disable clicking sounds when user selects a menu item?