Closed shagi1234 closed 1 year ago
i cant solve it
@shagi1234 is this happening for all videos?
I believe that the checkStoragePermission function in ActVideoTrimmer.java would need to be ` private boolean checkStoragePermission() { if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) { return checkPermission( Manifest.permission.READ_MEDIA_VIDEO, Manifest.permission.ACCESS_MEDIA_LOCATION); } else if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) { return checkPermission( Manifest.permission.READ_EXTERNAL_STORAGE, Manifest.permission.ACCESS_MEDIA_LOCATION); } else return checkPermission(Manifest.permission.READ_EXTERNAL_STORAGE);
}`
@brendancooper1332 you are right. added in v1.7.14
is it working then api33 .
@shagi1234 yes it works
do you have a solution for this problem?