jamesmontemagno / MediaPlugin

Take & Pick Photos and Video Plugin for Xamarin and Windows
MIT License
711 stars 360 forks source link

Added "Exported=false" per Android 12 requirements #950

Closed softsan closed 2 years ago

softsan commented 2 years ago

Please take a moment to fill out the following: Per Android 12 requirements: https://developer.android.com/about/versions/12/behavior-changes-12#exported any activity needs to have an "Exported" attributes with true/false value in order to run it on Android 12 device.

Fixes # . Changes Proposed in this pull request: