Notification建立

建立Notification在API1.6以前建立方式:ui

Notificatin notify = new Notification.Builder(this).build();this

API1.6以后就不支持build()方法了而是以下:get

Notificatin notify = new Notification.Builder(this).getNotification();
io

相关文章
相关标签/搜索