在停止投屏后,调用以下代码隐藏通知栏:
NotificationManager notificationManager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); notificationManager.cancel(CAST_NOTIFICATION_ID);
其中,CAST_NOTIFICATION_ID是投屏通知的ID。
CAST_NOTIFICATION_ID
上一篇:AndroidChromecastsendersdk-如何从应用程序切换音轨
下一篇:AndroidChrome的时间选择器无法提交