2
votes
1answer
1k views
Open file with MIDlet.platformRequest()
Is it possible to get a device to open a file on disk using the MIDlet.platformRequest(String url) method? I was hoping to use the following:
midlet.platformRequest("file:///path/to/file/file.png");
…
