在Android中禁用通知栏的触摸事件
有没有办法在显示我的活动时禁用单击通知栏?
基本上我想锁定通知栏,以便用户无法与其交互。
Is there a way to disable click on the notification bar when my activity is displayed?
Basically I want to lock the notification bar so that the user will not be able to interact with it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在您的通知中设置:
Set this in your notification:
您可以将您的活动设置为全屏。将其添加到清单文件中的活动标记中:
You can make your activity to full screen. Add this to your activity tag in the manifest file: