摘要:
notificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); if(Build.VERSION.SDK_INT>=Build.VERSION_CODES.O){ NotificationChan 阅读全文
摘要:
<androidx.appcompat.widget.Toolbar android:background="#ffff00" app:navigationIcon="@drawable/baseline_close_24" app:title="主标题" android:id="@+id/tb" 阅读全文
摘要:
<Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:onClick="sendNotification" android:text="发出通知" /> <Button and 阅读全文
摘要:
今天学习了安卓的Notification ToolBar AlertDialog 阅读全文