Regarding the problem that DAPP third parties cannot upload pictures and videos

I found that the DAPP in the wallet cannot publish pictures and videos. This is fatal to users. Can I think it is a bug?

I think this should be the problem here. You can take a look at the code. I think this will be of great help to the problem.

if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) {
ActivityCompat.requestPermissions( activity,new String{
READ_MEDIA_IMAGES,
READ_MEDIA_AUDIO,
READ_MEDIA_VIDEO
},MEDIA_READ_REQUEST_CODE);
}else{
ActivityCompat.requestPermissions( activity,new String{
READ_EXTERNAL_STORAGE
},MEDIA_READ_REQUEST_CODE);
}

Pop-up box is not authorized

Thanks for the feedback, let’s take a look