Block Android startup ringtone

Block Android startup ringtone

Recently, I received a request from a customer who wants to block the startup ringtone of the device. The specific modifications are as follows:

/project/ProjectConfig.mk:

+FREEME_BOOT_AUDIO_SUPPORT = no

Recompile and verify, the modifications take effect, and the startup ringtone has been blocked.

Guess you like

Origin blog.csdn.net/Jeffries_C/article/details/135426497