Skip to content

Android 13 permission issue while using offline feature .Not able to download the course throwing error to write file error . #724

Closed Answered by swayangjit
amantarento asked this question in Bugs
Discussion options

You must be logged in to vote

@amantarento If you only want to read the files then following permissions will work for android 13.

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

From android 12 google has restricted all write access to use the personal space of the device so you can only use the private space of the app.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by amantarento
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants