Android Question Android Shareable area

imbault

Well-Known Member
Licensed User
Longtime User
Hi,

How can we manage on a Android smartphone, a shareable directory in order for be used as a repository (files, DB...) by multiple APK?
 

DonManfred

Expert
Licensed User
Longtime User
file.DirRootExternal?
Copy all files to an external dir (the other app needs access to the folders you create too
To extend the shareable space you can download new data with httputils (maybe zip). Extract the data to your created space...
 
Upvote 0

imbault

Well-Known Member
Licensed User
Longtime User
file.DirRootExternal?
Copy all files to an external dir (the other app needs access to the folders you create too
To extend the shareable space you can download new data with httputils (maybe zip). Extract the data to your created space...

Thank you Manfred, but are we able to setup security ad minima in that shared on DirRootExternal or not?
 
Upvote 0
Top