Android Question How to upload a file?

Sreenadh OG

Member
Licensed User
Longtime User
Hi All,
I want to upload a database file from device to File.DirAssets, Is it possible to upload a file.
 
Last edited:

udg

Expert
Licensed User
Longtime User
Not to DirAssets.
That's a read-only "virtual" dir that exists in your apk file and corresponds to your IDE's Files tab.
 
Upvote 0
Top