flutter-permission-handler icon indicating copy to clipboard operation
flutter-permission-handler copied to clipboard

No working Files Permission on Android 13

Open DSMan97 opened this issue 2 years ago • 5 comments

🐛 Bug Report

Expected behavior

Ask permissions for Photo and Video

Reproduction steps

Use Android with Android 13 and call permission.storage

Configuration

Version: 10.0.0

Platform:

  • [ ] :iphone: iOS
  • [X] :robot: Android

Android Doc https://developer.android.com/about/versions/13/behavior-changes-13#granular-media-permissions

DSMan97 avatar Aug 18 '22 09:08 DSMan97

Same issue. Call Permission.storage.request() and the ask permissions for Photo and Video dialog is not showing up.

adrianyim avatar Aug 27 '22 21:08 adrianyim

Any updates on this?

armandojimenez avatar Aug 31 '22 17:08 armandojimenez

same issue

asafbennatan avatar Sep 01 '22 08:09 asafbennatan

I am also having this issue, is there any workaround for the time being?

bradv123 avatar Sep 02 '22 20:09 bradv123

A temp workaround is to downgrade your targetSdkVersion to 32, while keeping compileSdkVersion on 33 to cater for firebase requirements.

Theunodb avatar Sep 14 '22 05:09 Theunodb

not fixed yet? not working for me for Permission.photos.request() Android API 31 library version: 10.0.2

kdokhanx98 avatar Dec 05 '22 11:12 kdokhanx98

This might help https://www.youtube.com/watch?v=uMvGpBOT0ZY

myselfuser1 avatar Mar 17 '23 12:03 myselfuser1

Closing, as it is a duplicate of #955, and that issue contains more information regarding the issue and possible solutions.

JeroenWeener avatar Jun 29 '23 10:06 JeroenWeener