嘿伙计我正在实施推送通知的应用程序,我想增加通知提醒音量。
Notification notification = new Notification(icon, "---",
when);
notification.defaults |= Notification.DEFAULT_SOUND;
notification.defaults |= Notification.DEFAULT_VIBRATE;
notification.defaults |= Notification.DEFAULT_LIGHTS;