Skip to content

Instantly share code, notes, and snippets.

View ozgurg's full-sized avatar
🏠
Working from home

Özgür Görgülü ozgurg

🏠
Working from home
View GitHub Profile
@ozgurg
ozgurg / RealPathUtil.java
Created August 18, 2022 23:48 — forked from tatocaster/RealPathUtil.java
Real Path Utility class for Android, works for all API
import android.annotation.SuppressLint;
import android.content.ContentUris;
import android.content.Context;
import android.database.Cursor;
import android.net.Uri;
import android.os.Build;
import android.os.Environment;
import android.provider.DocumentsContract;
import android.provider.MediaStore;