Skip to content

Instantly share code, notes, and snippets.

View SamoraMachel's full-sized avatar
🧠
The more you know the more you know you don't know

Samora Machel SamoraMachel

🧠
The more you know the more you know you don't know
View GitHub Profile
@SamoraMachel
SamoraMachel / FileUtils
Created May 18, 2022 14:24 — forked from walkingError/FileUtils
Get a file from Uri.
package com.jitosoft.imageloadapp.util;
import android.content.ContentUris;
import android.content.Context;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Build;
import android.os.Environment;
import android.provider.DocumentsContract;