Android Default button sound remove

사용 버전: Android Studio 4.1.1
사용 언어: Kotlin 1.4.21

안드로이드 Default button sound remove를 알아보겠습니다.


안드로이드 휴대폰마다 버튼을 눌렀을 때 기본 소리가 있습니다.
띡 같은 소리인데요... 들려드리고 싶네요. ㅋㅋㅋㅋ
이 소리를 제거하는 방법을 알아봅시다.

xml에서 제거하는 방법과 Kotlin에서 제거하는 방법이 있습니다.

xml에서는 soundEffectsEnabled를 false로 설정합니다.








Kotlin에서는 버튼을 불러온 다음에 isSoundEffectsEnabled를 false로 설정해 줍니다.





기본 버튼 음이 제거되었습니다.




끝.


카테고리: Android

댓글

이 블로그의 인기 게시물

Python urllib.parse.quote()

Python OpenCV 빈 화면 만들기

Python bytes.fromhex()

Android Minimum touch target size

tensorflow tf.random.uniform()

tensorflow tf.expand_dims()

KiCad 시작하기 2 (PCB 만들기)

Forensics .pyc 파일 .py로 복구하기

Android Java 8+ Api desugaring

Android Notification with Full Screen