首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

关于Notification

2012-09-18 
关于Notification求助Notification.FLAG_FOREGROUND_SERVICENotification.FLAG_ONLY_ALERT_ONCENotifica

关于Notification求助
Notification.FLAG_FOREGROUND_SERVICE;
Notification.FLAG_ONLY_ALERT_ONCE;
Notification.FLAG_SHOW_LIGHTS;
这个三个是什么意思?


[解决办法]
Notification.FLAG_FOREGROUND_SERVICE: this notification represents a currently running service.表示某个正在启动后台服务;
Notification.FLAG_ONLY_ALTER_ONCE: set if you want the sound and/or vibration play each time the notification is sent.每次提示通知的时候会发出提示音或振动;
Notification.FLAG_SHOW_LIGHT: should be set if you want the LED on for this notification.每次提示通知的时候打开LED提示灯

热点排行