android 如何增大开机铃声
时间:2014-09-10 10:55:10
收藏:0
阅读:214
AudioMtkPolicyManager.cpp
ICS 版本是AudioYusuPolicyManager.cpp
#ifndef BOOT_animation_volume
#define boot_animation_volume (0.25)
#endif
请把这里改为#define boot_animation_volume 增大,最大值为1
#ifndef BOOT_animation_volume
#define boot_animation_volume (0.25)
#endif
请把这里改为#define boot_animation_volume 增大,最大值为1
原文:http://blog.csdn.net/sergeycao/article/details/39177853
评论(0)