diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-05-20 20:49:21 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@konsulko.com> | 2023-05-20 21:04:28 +0000 |
commit | 7a3e870a8349d43a4838604db2c28140c2f76c9f (patch) | |
tree | de3a0d2928b2d4ae8521b40c50bda485cc9671d0 /README.md | |
parent | 5cab14e6a98519e0b6c6043a1a19e42f094d6522 (diff) |
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 <denys@konsulko.com>
Change-Id: Icec29c13d9310cfb043b87e44f4c5f3f0c986ccc
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |