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

相關文章
相關標籤/搜索