首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
清空android状态栏消息
清空android状态栏消息
it
2023-06-17
91
//清除所有状态栏消息
NotificationManager mNotificationManager
=
(
NotificationManager
)
getSystemService
(
Context
.
NOTIFICATION_SERVICE
)
;
mNotificationManager
.
cancelAll
(
)
;
转载请注明原文地址: https://lol.8miu.com/read-5893.html
最新回复
(
0
)