2017年3月29日

RemoteView——PendingIntent相关

摘要: PendingIntent表示一种处于pending状态的意图,即表示将会有一个意图(Intent)在某一个特定的时刻或条件下发生。主要应用在Notification和RemoteView中。在通知中,其用于为通知添加单击事件,而在RemoteView中也是类似的,用于为RemoteView中的控件 阅读全文

posted @ 2017-03-29 18:36 AndroidLu 阅读(377) 评论(0) 推荐(0)

导航