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

Commit b5e65f1

Browse files
Merge pull request #950 from softsan/patch-1
Added "Exported=false" per Android 12 requirements
2 parents cacba4e + 8fd518e commit b5e65f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Media.Plugin/Android/MediaPickerActivity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace Plugin.Media
2626
/// <summary>
2727
/// Picker
2828
/// </summary>
29-
[Activity(ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.ScreenSize | ConfigChanges.UiMode)]
29+
[Activity(Exported=false, ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.ScreenSize | ConfigChanges.UiMode)]
3030
public class MediaPickerActivity
3131
: Activity, Android.Media.MediaScannerConnection.IOnScanCompletedListener
3232
{

0 commit comments

Comments
 (0)