Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以在 Android 上永久隐藏系统栏(或导航栏)?当用户触摸屏幕时,它将重新出现。
我的解决方案是:当用户与屏幕交互时捕捉事件(例如触摸)。但我只能在第二次抓住它。第一次我不能。如果我能在第一时间赶上,我想我可以强制系统栏将再次可见。在这种情况下,您有什么方法可以捕捉到事件吗?
是的,这里是代码Pieter Pareit。