我正在使用自定义通知...如何设置不显示通知?并列出这些通知?这是我的代码...publicvoidonReceive(Contextcontext,Intentintent){Toast.makeText(context,"coming",Toast.LENGTH_LONG).show();BundledescBundle=intent.getExtras();CharSequencedesc=descBundle.getString("description");intreminderId=descBundle.getInt("reminderId");NotificationMa