Skip to content

Instantly share code, notes, and snippets.

View PratikFagadiya's full-sized avatar
🏛️
Learning

Pratik Fagadiya PratikFagadiya

🏛️
Learning
View GitHub Profile
@fiftyonemoon
fiftyonemoon / AndroidXI
Created July 12, 2021 14:57
File create, rename, duplicate and delete in Android11.
import android.app.PendingIntent;
import android.app.RecoverableSecurityException;
import android.content.ContentResolver;
import android.content.ContentValues;
import android.content.Context;
import android.content.IntentSender;
import android.database.Cursor;
import android.net.Uri;
import android.os.Build;
import android.provider.MediaStore;
@lopspower
lopspower / README.md
Last active February 20, 2026 15:11
All Android Directory Path

All Android Directory Path

Twitter

1) System directories

⚠️ We can't write to these folers

Method Result
@granoeste
granoeste / EachDirectoryPath.md
Last active January 5, 2026 16:57
[Android] How to get the each directory path.

System directories

Method Result
Environment.getDataDirectory() /data
Environment.getDownloadCacheDirectory() /cache
Environment.getRootDirectory() /system

External storage directories