A.Notification需要NotificatinManager來管理 B.使用NotificationManager的notify方法顯示Notification消息 C.在顯示Notification時(shí)可以設(shè)置通知時(shí)的默認(rèn)發(fā)聲、震動(dòng)等 D.Notification中有方法可以清除消息
A.顯示時(shí)長(zhǎng)只有2種設(shè)置 B.可以自定義顯示時(shí)長(zhǎng) C.傳入30,提示會(huì)顯示30秒鐘 D.當(dāng)自定義顯示時(shí)長(zhǎng)時(shí),比如傳入30,程序會(huì)拋出異常
A.android:layout_height B.android:layout_x C.android:layout_above D.android:layout_toRightOf