Android Question path of /data/data on android device

OdyMiles

Member
Licensed User
Hi,
this question may sound weird... sorry for bothering....

In my app I write a string File.DirInternal
but I cannot find the written *.txt on my android device (not rooted)
Can please anybody tell me where to locate it?
Thanks
Chris
 

Mahares

Expert
Licensed User
Longtime User
You need to copy (save) the text file to either File.DirRootExternal or File.DirDefaultExternal to access the file and locate it. Only the app that created it can access if saved in the File.DirInternal.
 
Upvote 0

OdyMiles

Member
Licensed User
Hi,
thanks for your answer. I already did that...
If I search my device with totalcommander the textfile should be somewhere or definitely not?
Thanks Chris
 
Upvote 0
Top