From bb26ffb90b85fe253321776c02f24f17b7930a83 Mon Sep 17 00:00:00 2001 From: Christophe Chapuis Date: Sun, 4 Aug 2024 10:39:06 +0000 Subject: [PATCH] LaunchPointSearch: migrate applicationManager/launch API to com.webos.service Signed-off-by: Christophe Chapuis --- app/LaunchPointSearch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/LaunchPointSearch.js b/app/LaunchPointSearch.js index e418e15..72c7040 100644 --- a/app/LaunchPointSearch.js +++ b/app/LaunchPointSearch.js @@ -44,7 +44,7 @@ enyo.kind({ {kind:"PalmService", name:"appSearch", service:"luna://com.palm.applicationManager/", method:"searchApps", onResponse: "handleAppSearchResponse"}, {kind:"PalmService", name:"listLaunchPoints", service:"luna://com.webos.service.applicationManager/", method:"listLaunchPoints", onResponse:"handleListLaunchPoints"}, {kind:"PalmService", name:"launchPointChanges", service:"luna://com.palm.applicationManager/", method:"launchPointChanges", subscribe:true, onResponse:"handleLaunchPointChanges"}, - {kind:"PalmService", name:"launch", service:"luna://com.palm.applicationManager/", method:"launch"}, + {kind:"PalmService", name:"launch", service:"luna://com.webos.service.applicationManager/", method:"launch"}, ], create: function() {