Xamarin Forms: MediaPicker - remove NoHistory is true
Using the Xamarin Essentials MediaPicker is very handy. Note for Android:
Remove the attribute 'NoHistory = true' in MainActivity.cs.
Otherwise you will not return back in the app, when a photo is taken with the camera or a photo is picked from the gallery.