简体   繁体   中英

Disable sound safe level notification in android

In My android App I need to raise the volume and when I raise I get a notification like this:

"Raise volume above safe level ? Listening at high volume for long periods may damage your hearing"

How can I disable this function ?

This limitation is baked into the Android OS, so the solution almost universal. You need to root your device first... Search for an applicable rooting method that goes with your device and root it. Then check out the link below. The author says "It works by simply setting the config_safe_media_volume_enabled system parameter to false at boot time. Because it uses the Xposed framework, it is device and rom independent"

http://forum.xda-developers.com/showthread.php?t=2338474

(Some say) you can use Hearing Saver to disable (as a side-effect) the annoying warning; see here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM