in file explorer only explore upto data/data/
I wrote the following statement:
db.getPath();
and it returns the following value:
data/data/mypackagename/databasename/tablename
But in the file explorer I only get upto path data/data/
. Everything from there onward is blank. My package开发者_JAVA技巧 is not listed. What can I do to fix this?
You do not have access on production hardware to examine those directories using DDMS' File Explorer or any other tool. Your code will be able to access getPath()
just fine, though.
精彩评论