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.
我正在开发一个应用程序,该应用程序具有某些不允许截屏的屏幕。
我已经能够通过代码成功地做到这一点。
我一直在尝试找到一种通过 xml 为我的活动指定 LayoutParams.FLAG_SECURE 的方法。但是没有运气
那么在 AndroidManifest.xml 的活动标签中是否有等效的 xml 属性来支持这种机制。
谢谢。
我不认为这是可能的。此外,当您通过代码指定时,您必须onCreate在调用之前和之前进行super.onCreate。
onCreate
super.onCreate