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