I list the files in '/':
File directory = new File("/");
fill_listview(directory.listFiles());
And I get a list:
sqlite_stmt_journals
config
cache
sdcard
d
etc
system
sys
sbin
proc
init.rc
init.goldfish.rc
init
default.prop
data
root
dev
I have two questions:
1. Why can't I access the "/ data" folder as an Eclipse DDMS file explorer?
2. Why is it different from DDMS, which is displayed only:
data
sdcard
system
Thank!
source
share