Hi. I launched my app on 4.0 Wearable (Preview) Emulator which has Gallery.
When I try to pick up an image I get "No matched application found" because launch application control failed.
var appControl = new tizen.ApplicationControl( "http://tizen.org/appcontrol/operation/pick", null, "image/*", null, [new tizen.ApplicationControlData("http://tizen.org/appcontrol/data/selection_mode", ["multiple"])]);
Does it support ApplicationControl?
It works on a real Gear S3 device.