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 上,我们是否可以从我们的程序中更改屏幕上显示的内容?例如,在屏幕上放置一个颜色过滤器(系统范围,不仅仅是一个特定的应用程序),或者缩放,或者旋转?谢谢。
我终于找到了!这个应用程序使用一个活动并将透明图像设置为其背景(水晶泄漏!)并将其放在屏幕的顶层。我猜是这样,我不确定,但可能是真的,因为当屏幕显示泄漏和按下音量按钮时,屏幕不会显示它们,因为它们都是对话活动。当然这只是猜测!