This is my code,
private String memSize(String path){ StatFs stat = new StatFs(path); long blockSize = stat.getBlockSize(); long availableBlocks = st
Your internal storage is not mounted in / it's in /data dir. android internal phone storage