If i have 32 Gb inbuilt storage device then my app can store data of ~25 GB to its internal memory(data/data/package_name/) hidden from outside world. Assuming 6 GB for system data.
Min capacity is discussed here.
As per my experiment on nexus 5 my app can write(Image files) till ~25 gb plus to internal memory.Insane image .
Just want to know the MAX data capacity,if android has one.?
Does this holds good for other devices as well? or is it OEM proprietary Definition?.
File usage: Root directory: data/data/com.exmaple.ui/ If the file is not private then Videos/PDF files stored can be played/viewed using other apps like Photos/Adobe Using Intents.
But making MODE_WORLD_READABLE they are not shown in native gallery.How do i make them show in native gallery or file explorer?
Sub-directory file usage:
if i write a file using FileOutputStream to data/data/com.exmaple.ui/myfolder**,and make the file readable. its not allowing me to read the file like above using intents any reason?
Thanks NitZ