Android Question Folder for Database?

Arf

Well-Known Member
Licensed User
Longtime User
I've been storing my app's database in File.DirRootExternal for ease of access, up till now.
I'm just wondering if there's a better place for it. Should I simply create a folder like File.DirRootExternal\MyApp\ to use instead?

Also, if I wanted the adtabase to be accessible only to my app, no other apps and not through a file explorer, is there a place that offerrs that?
 

Star-Dust

Expert
Licensed User
Longtime User
Only for your App uses path File.DirInternal
 
  • Like
Reactions: Arf
Upvote 0
Top