示例#1
0
 private void clearNotification() {
     NotificationManager notificationManager =
             (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
     notificationManager.cancel(1983);
 }