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.
在 iOS 和 Android 中有什么方法可以检测我的应用程序是否被镜像(通过 Miracast/AirPlay/Samsung Smart View)和/或禁用镜像?
我最终使用 DisplayManager.getDisplays() 来获取显示列表,并检查长度是否>1。如果是,则检测到屏幕镜像。