简体   繁体   English

如何使用 Flutter 在 android 和 ios 中仅禁用屏幕录制(而不是屏幕截图)?

[英]How to disable only screen recording (not screenshot) in android and ios with Flutter?

I want to disable only screen recording in my flutter app.我只想在我的颤振应用程序中禁用屏幕录制。 I used flutter_window_manager package but it disables both screen recording and screenshot.我使用了 flutter_window_manager 包,但它禁用了屏幕录制和屏幕截图。

I don't see any option in flutter_window_manager that would allow to distinguish between screen recording and screenshots.我在flutter_window_manager 中看不到任何可以区分屏幕录制和屏幕截图的选项。 The underlying Android functionality also behaves the same, that is screenshot&recording aren't allowed see Android FLAG_SECURE底层 Android 功能的行为也相同,即不允许截图和录制,请参阅Android FLAG_SECURE

Just out of curiosity: How come you allow screen shots but not screen recording?只是出于好奇:您为什么允许屏幕截图而不是屏幕录制?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM