4.0 Wearable (Preview) Emulator has Gallery but doesn’t support ApplicationControl? “http://tizen.org/appcontrol/operation/pick”

4.0 Wearable (Preview) Emulator has Gallery but doesn’t support ApplicationControl? “http://tizen.org/appcontrol/operation/pick”

BY 26 Feb 2018 Web Application Development

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.

Written by