Skip to content

FE-826 Profile photo bug in Android 10

Kamal Bramwell requested to merge FE-826_android_10_photo_perm into development

Profile photo selection was using legacy permissions code. I've updated the logic to use the MediaStore API handled by MediaProviderActivity.

BasePhotoFragment and PhotoSelectorFragment are now deprecated and will be removed in the future.

Merge request reports