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)
MediaStore Uri for External?
As a MediaStore newbie's, I dunno what's wrong with this uri:
MediaStore.Files.getContentUri("external")
Those uri's keeps returns to zero.
My example codes:
String file = null;
String sort...
fitrahillahs
Votes: 0
Answers: 1
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
Access files that were created by my application
I am using MediaStore to create files on Android, then I need to access them for reading. How can I do this?
Is there a way to query all my files, or filter them by application owner through ContentRe...
Eyjafl
Votes: 0
Answers: 1
Displaying an image from internal storage from android phone with Kotlin
I have made a very simple app to take a picture using camera x, with a viewfinder and it displays the image taken in the same activity
I am trying to get all the images taken from the internal storage...
uber_wench
Votes: 0
Answers: 1