Is it possible to launch image picker for a specific directory or with several specific images from Shared/res? I have been trying to use app control in several different ways but it always seems to default to the images directory!
var appControl = new tizen.ApplicationControl('http://tizen.org/appcontrol/operation/pick', null, 'image/*', null, null);
Is there also a way to see the defined application control properties for installed apps?
<tizen:app-control> <tizen:src name="edit.html"/> <tizen:operation name="http://tizen.org/appcontrol/operation/edit"/> <tizen:uri name="file"/> <tizen:mime name="image/jpeg"/> </tizen:app-control>