摘要:
android Notification 的使用最近一直在研究 android ,并一边研究一边做应用。其中遇到了把程序通知常驻在 Notification 栏,并且不能被 clear 掉(就像android QQ一样)的问题。经过研究实现了其功能,现把 Notification 的使用总结如下:Notification 的使用需要导入 3 个类?123import android.app.PendingIntent;import android.app.NotificationManager;import android.app.Notification;代码示例及说明?1234567891 阅读全文
posted @ 2013-04-16 13:17
zhengbeibei
阅读(199)
评论(0)
推荐(0)
浙公网安备 33010602011771号