Search code examples
androidiosairplaymirroringmiracast

Disable iOS/Android screen mirroring


Is there any way in iOS and Android I can detect if my app is being mirrored (via Miracast/AirPlay/Samsung Smart View), and/or disable mirroring?


Solution

  • I ended up using DisplayManager.getDisplays() to get the list of displays, and check if the length is >1. If so, screen mirroring is detected.