Screenshots
Description
Middor is a free and open-source Android application for mirroring apps on your device. With built-in support for horizontal flip and 180° rotation, Middor can be used to:
- Display apps on a HUD
- Project content onto a car windscreen (e.g. Google Maps navigation)
- View mirrored images and videos
- SYSTEM_ALERT_WINDOW: to draw a mirror overlay on top of other apps
- FOREGROUND_SERVICE: to run the mirror service continuously while the overlay is active
- FOREGROUND_SERVICE_MEDIA_PROJECTION: for capturing the screen content of the underlying app
- POST_NOTIFICATIONS: (optional) to display the mirror service notification with additional actions
What’s new (0.1.7)
## Changes
- feat: added warning for Android 14 devices about requiring minimum QPR2
- deps: bump package versions (jetpack compose)
Versions
Permissions
What the app asks the system for. Android only grants sensitive access after you confirm it.
- Display over other appsDraw content on top of other apps.
- NotificationsShow notifications.
- Foreground serviceKeep running in the background, visible in the status bar.
- FOREGROUND_SERVICE_MEDIA_PROJECTION
- middor.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
Comments