Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #950 from softsan/patch-1
Browse files Browse the repository at this point in the history
Added "Exported=false" per Android 12 requirements
  • Loading branch information
jamesmontemagno authored Oct 12, 2022
2 parents cacba4e + 8fd518e commit b5e65f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Media.Plugin/Android/MediaPickerActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace Plugin.Media
/// <summary>
/// Picker
/// </summary>
[Activity(ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.ScreenSize | ConfigChanges.UiMode)]
[Activity(Exported=false, ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.ScreenSize | ConfigChanges.UiMode)]
public class MediaPickerActivity
: Activity, Android.Media.MediaScannerConnection.IOnScanCompletedListener
{
Expand Down

0 comments on commit b5e65f1

Please sign in to comment.