2015年1月29日

Android notification的使用介绍

摘要: 关于Notification 的使用需要导入 3 个类1 2 3 import android.app.PendingIntent; import android.app.NotificationManager; import android.app.Notification;代码示例及说明1 2 ... 阅读全文

posted @ 2015-01-29 19:30 ldico 阅读(234) 评论(0) 推荐(0)

导航