From 7a3e870a8349d43a4838604db2c28140c2f76c9f Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Sat, 20 May 2023 20:49:21 +0000 Subject: Remove deprecated D-Bus interface As applaunchd now uses gRPC as its API and launches applications as systemd services, plus all applications have been converted now, it is time to remove the old D-Bus interface. Bug-AGL: SPEC-4801 Signed-off-by: Denys Dmytriyenko Change-Id: Icec29c13d9310cfb043b87e44f4c5f3f0c986ccc --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4d0cabb..0e8af70 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,7 @@ AGL Application Launcher service reference implementation `applaunchd` is a simple service for launching applications from other applications. It exposes a gRPC RPC interface as described in the file -`protos/applauncher.proto`. Additionally, there is a now deprecated -`applaunchd-dbus`, which exposes a comparable version of the interface -named 'org.automotivelinux.AppLaunch' on the D-Bus session bus and can -be autostarted by using this interface name. +`protos/applauncher.proto`. The interface can be used to: - retrieve a list of available applications -- cgit 1.2.3-korg