python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to copy Images/Videos from DocumentFile Object to Gallery Folder using MediaStore Api
I gained access to this folder using Document Tree Intent :-
content://com.android.externalstorage.documents/tree/primary%3AExampleApp%2FMedia%2F.hiddenMedia
The URI of a image present in the above f...
MapleDeveloper
Votes: 0
Answers: 1
How to do file operations (create/write/update/delete files) using the Flutter "saf" Package
How to do file operations (create/write/update/delete files) using the Flutter "saf" Package.
link:- pub.dev/packages/saf
I didn't find any solutions on Google. I want to use Android "S...
AppDev
Votes: 0
Answers: 3
ACTION_OPEN_DOCUMENT throwing "open file failed: EACCES (Permission denied)" error on android 11 and higher when trying to upload the file to server
Below are the permission im requesting from the user.
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission
android:name="android.per...
Tehleel Mir
Votes: 0
Answers: 0
Android 11 and File API support
The following article mentions that Android 11 allows for usage of the File API (under the title Access files using direct file paths and native libraries).
https://developer.android.com/about/version...
Sami
Votes: 0
Answers: 0