From d787e10f87845a06cf15d11e592af4ae69d60ee8 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Fri, 11 Feb 2022 16:02:54 +0100 Subject: Add back HTML5 launcher to HTML5 demo Add the web-based launcher to the HTML5 demo dropping original launcher. It includes changes to the launcher to match the new navigator.appservice API and JS injection and drops agl-js-api. Bug-AGL: SPEC-4249 Change-Id: I02a68fc81693a56aa19e213e8ee200c0ec4e3f42 Signed-off-by: Jose Dapena Paz --- recipes-wam/wam/files/WebAppMgr.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-wam/wam/files/WebAppMgr.service') diff --git a/recipes-wam/wam/files/WebAppMgr.service b/recipes-wam/wam/files/WebAppMgr.service index 0fa7dbe5..749d8505 100644 --- a/recipes-wam/wam/files/WebAppMgr.service +++ b/recipes-wam/wam/files/WebAppMgr.service @@ -12,7 +12,7 @@ [Unit] Description="WebAppMgr is responsible for running web apps and manage their lifecycle" -After=homescreen.service launcher.service agl-compositor.service +After=agl-compositor.service Requires=agl-compositor.service Before=agl-session.target -- cgit 1.2.3-korg