From 011a41f695cbc7aa5deca2dcee77ccf9d21f5823 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 8 Nov 2016 13:31:50 +0100 Subject: renaming of verbs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The verbs 'stop' and 'continue' are now renamed as respectively 'pause' and 'resume'. Change-Id: I2f82105103884fc07f3c67e08c696e435aed28e1 Signed-off-by: José Bollo --- docs/overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/overview.md') diff --git a/docs/overview.md b/docs/overview.md index d39e66e..99dcc1d 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -77,7 +77,7 @@ the dependencies and with minor architectural improvements for AGL. These components are **afm-system-daemon** and **afm-user-daemon**. They provides infrastructure for installing, uninstalling, -launching, terminating, stopping and resuming applications in +launching, terminating, pausing and resuming applications in a multi user secure environment. A third component exists in the framework, the binder **afb-daemon**. @@ -197,7 +197,7 @@ the components are: * ***afm-system-daemon***: in charge of installing and uninstalling applications. * ***afm-user-daemon***: in charge of listing applications, querying application details, - starting, terminating, stopping, resuming applications and their instances + starting, terminating, pausing, resuming applications and their instances for a given user context. * ***afb-binder***: in charge of serving resources and features through an @@ -219,7 +219,7 @@ to ensure security and privacy. It also includes features of reporting using audit features and by managing logs and alerts. The application framework manages the applications: -installing, uninstalling, starting, stopping, listing ... +installing, uninstalling, starting, pausing, listing ... The application framework uses the security model/framework to ensure the security and the privacy of the applications that -- cgit 1.2.3-korg