How to find the supported media content types from Java ME
Article Metadata
The following code helps to to find out which all formats of media are supported in your phone
String[] contentTypes = Manager.getSupportedContentTypes(null)
The following code helps to to find out which all formats of media are supported in your phone
String[] contentTypes = Manager.getSupportedContentTypes(null)