On Friday, March 2, 2012 8:06:47 PM UTC-5, Grunthos wrote:
>
> Is there a recommended way to identify a list of real *external* storage
> media?
>
Reading /proc/mounts and discarding anything obviously ineligible would 
produce a list, at least on devices where it's an actual filesystem and not 
some sort of emulation.  

You could use some combination of presenting the resulting list to the 
user, with a database based on device models/versions.  Having a place to 
textually edit the path buried deep in an options menu would help as a last 
resort.

Would not be surprised if it's usually the last eligible entry, but not 
recommending you rely on that.

>

-- 
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