On May 24, 11:40 am, Peter Jeffe <[email protected]> wrote:
> public static native int getFatVolumeId(String mountPoint);
Sorry, I realized I was bit terse here. This isn't an exposed
interface, so it's unsupported, but it's the only way I know to get
it, so use at your own risk. Create the following class:
package android.os;
public class FileUtils {
public static native int getFatVolumeId(String mountPoint);
}
and put that in an android.os package in your app. It's basically a
stub that lets you access the call at runtime.
--
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