How to know the phone supports fileconnection (JSR-75)
Article Metadata
You can know it by using the following code
System.getProperty("microedition.io.file.FileConnection.version");
The method above returns a String different than null if the API exists.


(no comments yet)