Some files, even if they are in the sdcard, are not accessible, for
instance, try using adb shell to acces a file or directory which owner
is not 'sdcard_rw'. If you list a directory content with 'ls -l' you
can see that even in sdcard, some files belong to owners like
'app_xxx' which is the UID related to the application that created
that file, each application in Android runs in its own Linux process
and also has a unique user ID related. I may be wrong since I'm not an
experienced android developer, but I know a litle about Linux and
Unix, and I can tell you, this OSs won't let unauthorized users to
access files or directories which they don't have permission to.
To clarify all this topic of Androids security architecture I would
recomend reading this section in developer.android.com:
http://developer.android.com/guide/topics/security/security.html

On Mar 2, 11:51 am, TreKing <treking...@gmail.com> wrote:
> On Tue, Mar 2, 2010 at 6:29 AM, Matias Alberto de la Vega <
>
> delavega.mat...@gmail.com> wrote:
> > Keep in mind that by default some files are only visible and accesible
> > to the applications that create them
>
> For local files, yes, but the OP said he's listing files on the SD card
> which is essentially free-for-all.
>
> -------------------------------------------------------------------------------------------------
> TreKing - Chicago transit tracking app for Android-powered 
> deviceshttp://sites.google.com/site/rezmobileapps/treking

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to