You need to give required Permissions to the.. (Android 13)

Hello, i need to help with my app sdk (5.14.2.13167)
Working fine with android 6 to 12 only permissions problem with android 13,

You need to give required Permissions to the… (Android 13)

 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32"/>
 <uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />

but app Dont ask to allow STORAGE permissions.

Screenshot_1

compileSdkVersion 33
buildToolsVersion “30.0.3”
minSdkVersion 23
targetSdkVersion 33

Thanks,

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.