Android Question DirDefaultInternal size

GiovanniPolese

Well-Known Member
Licensed User
Longtime User
Hi to All
I have a tablet with 64 gB "disk" size, and some tens of Gb of data. Till now, I am managing these data in DirDefaultExternal ("Tablet/Android/Data/App.Name/files/etc."). I am wondering if I can move all these data to DirDefaultInternal, because I don't know how the totale space is managed by Android. I mean: does Android "freely" share the available disk space among the various Dirs, like DIrInternal, DirExternal and Assets, or these dirs have size limits?
The reason for using only DirDefaultInternal is that DirDefaultExternal, despite is not accessible with default tablet file manager (but maybe with others file managers), is still accessible by a computer with a cable connected to the Tablet. I would like to avoid any external access to the above data. DirDefaultInternal is only accessible by the App, in what I know..Thanks in advance for any hint.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0

GiovanniPolese

Well-Known Member
Licensed User
Longtime User
Thank you. Unluckily, as I wrote my data are some tens GB, maybe 30 GB or more. From what I read, better to avoid Internal Storage.
 
Upvote 0
Top