mediastore tag

2 questions


1 answers
92 views
0
[Android/Java] Please only import images from specific directories!!

package org.techtown.hello;import android.content.Context;import android.database.Cursor;import android.net.Uri;import android.os.Environment;import android.provider.MediaStore;import android.util.Log...


1 answers
115 views
0
How to get a file's name and uri address from the Media Store

I made an onActivityResult to get a URI for the file I selected in the media storeUri selectedImage = data.getData();If you change this to String,content://media/external/images/media/47 or /external/...


© 2024 OneMinuteCode. All rights reserved.