Re: [android-developers] Re: which folders can we safely access in a droid device?
guihazan@gmail.com wrote:
> So, in a production device, we can't access any folder besides the
> data/data/package? Not even create a folder at the root?
Correct. You can manipulate files in /data/data/your.package.here and on
the "external storage" (exact path varies by device, but typically
/sdcard). On a production device, SDK applications have no access to
modify files elsewhere, and have very limited ability to even read files
elsewhere.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy
Android 2.0 Programming Books: http://commonsware.com/books
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home