通知量增加

时间:2014-12-24 10:12:43

标签: android

嘿伙计我正在实施推送通知的应用程序,我想增加通知提醒音量。

Notification notification = new Notification(icon, "---",
            when);
    notification.defaults |= Notification.DEFAULT_SOUND;
    notification.defaults |= Notification.DEFAULT_VIBRATE;
    notification.defaults |= Notification.DEFAULT_LIGHTS;

0 个答案:

没有答案