If I have a built-in 32 GB storage device, my application can store ~ 25 GB data in internal memory (data / data / package_name /), hidden from the outside world. Assuming 6 GB for system data.
Minimum capacity is discussed here .
According to my experiment on nexus 5, my application can write (image files) up to ~ 25 gb plus to internal memory. Insane image
.
Just want to know the MAX capacity if android has one.?
Is this good for other devices? or is it an OEM patented definition.
File Usage: Root directory: data / data / com.exmaple.ui / If the file is not private , then Video / PDF files can be played and viewed using other applications, such as Photos / Adobe Using Intents.
But creating MODE_WORLD_READABLE, they do not appear in the native gallery. How to make them displayed in your own gallery or in file explorer?
Using subdirectory files:
if I write a file using FileOutputStream in data / data / com.exmaple.ui / myfolder ** and make the file readable . does this prevent me from reading the file as stated above for any reason?
Thanks NITZ
source share