You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -131,6 +131,8 @@ You have to add the following permissions in your `AndroidManifest.xml`:
131
131
132
132
Your application also has to dynamically request the `android.permission.READ_EXTERNAL_STORAGE` permission to upload videos.
133
133
134
+
If your video files are located in the app-specific storage, you don't need to request any permissions nor add any permissions to your `AndroidManifest.xml`.
135
+
134
136
### WorkManager
135
137
136
138
To upload with the `WorkManager`, you also have to add the following lines in your `AndroidManifest.xml`:
0 commit comments