语言

Menu
Sites
Language
4.0 Wearable (Preview) Emulator has Gallery but doesn't support ApplicationControl? "http://tizen.org/appcontrol/operation/pick"

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.

编辑者为: Anonymous 03 5月, 2019

响应

2 回复
Armaan-Ul- Islam

I've ran the same code on Tizen 2.3.2 & Tizen 3.0 Wearable Emulator.

"No Matched Application Found" Error is thrown.

 

The reason is Emulators don't support  this feature, That's why you are getting the error in Wearable 4.0 Emulator. The same result is true for all the other Tizen wearable Emulators.

 

 

 

When I deployed the app on real device "Launch application control success" is shown as expected.

Marco Buettner

I think the gallery app has no configuration for AppControl, so it doesnt listen to them and the request failed