From 415636a6770900e5a60b025985f04e6f73e27476 Mon Sep 17 00:00:00 2001 From: Vsevolod Glumov Date: Fri, 14 Sep 2012 17:06:59 +0400 Subject: [PATCH] Fixed a minor issue in OpenCV4Android Reference. --- android/service/doc/Intro.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/android/service/doc/Intro.rst b/android/service/doc/Intro.rst index 6bd60a5..f46f3d2 100644 --- a/android/service/doc/Intro.rst +++ b/android/service/doc/Intro.rst @@ -21,16 +21,16 @@ Usage model for target user First OpenCV app\: -#. OpenCV app is downloaded as an dependency on Google Play marketplace or manually; -#. When the app starts, it suggests installing OpenCV Manager; +#. Any OpenCV-dependent app is installed from Google Play marketplace or manually; +#. At the first launch, it suggests installing OpenCV Manager; #. Then OpenCV Manager is downloaded and installed, using Google Play marketplace service. #. When started, the application suggests installing OpenCV library for the target device trough Google Play marketplace; #. After installation is finished, the app may be launched to perform common tasks. Next OpenCV app\: -#. OpenCV app is downloaded as an dependency on Google Play marketplace or manually; -#. After the installation is finished, the app may be launched. +#. Any OpenCV-dependent app is installed from Google Play marketplace or manually; +#. At the first launch, the app starts as usually; #. If the selected version is not installed, OpenCV Manager suggests installing OpenCV library for the target device trough Google Play marketplace; #. After installation is finished, the app may be launched to perform common tasks. -- 2.7.4