声音 notification.defaults |=Notification.DEFAULT_SOUND;
震动 notification.defaults|=Notification.DEFAULT_VIBRATE;
LED notification.defaults |= Notification.DEFAULT_LIGHTS
设置Android通知默认选项
声音 notification.defaults |=Notification.DEFAULT_SOUND;
震动 notification.defaults|=Notification.DEFAULT_VIBRATE;
LED notification.defaults |= Notification.DEFAULT_LIGHTS

被折叠的 条评论
为什么被折叠?