flutter_photo_manager icon indicating copy to clipboard operation
flutter_photo_manager copied to clipboard

Feat: support android 13 permission

Open CaiJingLong opened this issue 1 year ago • 2 comments

CaiJingLong avatar Aug 21 '22 02:08 CaiJingLong

The main code part is completed. The question now is whether the method containing requestType needs to be verified according to the manifest. @AlexV525

CaiJingLong avatar Aug 21 '22 02:08 CaiJingLong

The question now is whether the method containing requestType needs to be verified according to the manifest.

IMO it must be. Requests with specific types can only be made when corresponding permissions are granted. Such as videos can be fetched when REQUEST_MEDIA_VIDEO is granted.

AlexV525 avatar Aug 21 '22 07:08 AlexV525

https://github.com/fluttercandies/flutter_photo_manager/blob/af6e6e601035fbf1ab119252f2b9ea64b90b0488/example/android/app/src/main/AndroidManifest.xml#L11-L13

Just remove or add permission item for check the PR code.

CaiJingLong avatar Aug 22 '22 08:08 CaiJingLong