MultipleMediaPickerSample
MultipleMediaPickerSample copied to clipboard
Video picker not working with Android 10
Hi All,
Anyone has an idea how to make this app work on Android 10.
Using the source as is the video picker works on Android 8 and 9 but does not work on Android 10.
I know Android 10 has new privacy settings but the recommended android:requestLegacyExternalStorage="true" setting to android manifest also does not seem to work. I also upgraded Xamarin Forms to latest version 4.8 and that also does not solve the problem.
Any ideas how to solve this ??