There are several free file-browserish apps on the Android Market.
Search for "file" and you will get a list of them. But keep in mind
that in Android each application gets a private directory /data/data/
<package name>/ the contents of which you will not be able to examine
without root access. You should be able to examine everything on the
sdcard though.

However, examining the file system via an application can be painful.
A better way to do it is to use the File Explorer feature in DDMS.
Just install the usb driver that ships with the SDK, connect your
phone to your desktop, launch DDMS, select your device and go to
Device->File Explorer. (DDMS won't allow you to get around the
security restrictions, but it makes browsing the file system and
transferring files a snap.)

On Feb 16, 10:40 am, "John J. Martinez" <[email protected]>
wrote:
> you know any file explorer for Android?
>
> John J.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to