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.
我们的应用程序显示一个带有 CustomContentView(丰富通知)的通知。视图上有多个动作,这些动作将打开主应用程序。但是,当我们的应用程序尚未在后台打开时,我无法请求禁用 Keyguard(显示身份验证对话框)。
我认为由于该操作并非源自系统本身,因此 Keyguard 不会自动解除,对吗?
通常如何处理这种情况?