Android Notification详解
2010-11-05 00:55:43 来源:WEB开发网核心提示:contentText, PendingIntent contentIntent) 设置Notification留言条的参数writeToParcel(Parcel parcel, int flags) Flatten this notification from a parcel.toString() …………….将
contentText, PendingIntent contentIntent) 设置Notification留言条的参数
writeToParcel(Parcel parcel, int flags) Flatten this notification from a parcel.
toString() …………….
将Notification发送到状态条上:
Java代码
Notification notification = new Notification();
Notification的设置过程……..
nm.notify(0, notification); //发送到状态条上
Tags:Android Notification 详解
编辑录入:coldstar [复制链接] [打 印]更多精彩
赞助商链接