清空android状态栏消息

it2023-06-17  91

//清除所有状态栏消息 NotificationManager mNotificationManager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); mNotificationManager.cancelAll();
最新回复(0)