This new API will be used to find proper apps quickly more than
tizen.application.getAppsInfo()
Related patch:
https://review.tizen.org/gerrit/#/c/platform/framework/web/chromium-efl/+/274342/
Change-Id: Ibe8c2a279943cc85570f057e38721aa5d4b95729
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
else if (wrt.da) return 'DA';
else return 'common';
}
+ global.webapis.getAppIdsByMetadata = (metadata: string) => {
+ return wrt.getAppIdsByMetadata(metadata);
+ }
Object.defineProperties(global.webapis, {
+ getAppIdsByMetadata: { writable: false, enumerable: true },
getCallerAppId: { writable: false, enumerable: true },
getPackageId: { writable: false, enumerable: true },
getServiceId: { writable: false, enumerable: true },