Advertisement
ulfben

Android disable system sound

Feb 20th, 2017
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.16 KB | None | 0 0
  1. <resources>
  2.     <style name="AppTheme" parent="Theme.AppCompat.NoActionBar">
  3.         <item name="android:soundEffectsEnabled">false</item>
  4.     </style>
  5. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement