[android-developers] SD Card access for utility app

2010-07-27 Thread dtwood
I'm concepting an app that would *ideally* service as dashboard admin of the users SD Card. Is it possible to create a utility app that would be act as a file browser/manager for all the media on an SD Card? does this app already exist? many thanks for your thoughts. p.s. in the event this is

Re: [android-developers] SD Card access for utility app

2010-07-27 Thread TreKing
On Tue, Jul 27, 2010 at 12:24 PM, dtwood danielwooddes...@gmail.com wrote: Is it possible to create a utility app that would be act as a file browser/manager for all the media on an SD Card? does this app already exist? There are quite a few file manager apps already available, including

[android-developers] sd card access

2010-03-01 Thread Dan
Is there a right associated with write/read access to the sd card that needs to be set in the manifest.xml file? I'm currently trying to write to the sd card using a standard FileOutputStream here: FileOutputStream out = new FileOutputStream(/ sdcard/images/+imageName);

Re: [android-developers] sd card access

2010-03-01 Thread Mark Murphy
Dan wrote: Is there a right associated with write/read access to the sd card that needs to be set in the manifest.xml file? I'm currently trying to write to the sd card using a standard FileOutputStream here: FileOutputStream out = new FileOutputStream(/