Please help … I have to open a Map of type kml from the sd card …
the mime type is “application/vnd.google-earth.kml+xml”
so i used this piece of code :
intent.setType(“application/vnd.google-earth.kml+xml/*”);
I Got this error:
“no application can perform this action”
how to use an application that open a map ?
Step #1: Find an application that can open KML files.
Step #2: Install that application on the device.
Step #3: Try your code again, with
ACTION_VIEWand the right MIME type (presumably the one you have) in theIntent.