Photos
Applications can use the Application Manager's launch method to view image files from the /media partition. This method takes a target URI pointing to a file encoded in a supported image format. Several common image formats are supported. For a full list of file formats, see Resource Types.
The launch method takes an empty params parameter and an id parameter that you should set to "com.palm.app.photos".
Note: Images loaded through the Application Manager's open method are opened in the Browser.
Mojo Example
this.controller.serviceRequest('palm://com.palm.applicationManager', {
method:'launch',
parameters: {
"id":"com.palm.app.photos",
params: {}
}
});
Sample Code
See Services Sample.