Skip to content

Commit

Permalink
LaunchPointSearch: migrate applicationManager/launch API to com.webos…
Browse files Browse the repository at this point in the history
….service

Signed-off-by: Christophe Chapuis <[email protected]>
  • Loading branch information
Tofee committed Aug 4, 2024
1 parent dcdf9ea commit bb26ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/LaunchPointSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit bb26ffb

Please sign in to comment.