summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2020-04-23 12:59:53 +0300
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2020-04-24 11:46:13 +0300
commit846245eb865d2cb71370f4f47bff0bb898c4549f (patch)
tree6370c0f9a3318dc47f5f6b1db6d74e513e4cb00c
parentdfd166b29c80e73f5b67c1a1cd05ae197a6d0b97 (diff)
downloadqtdoc-846245eb865d2cb71370f4f47bff0bb898c4549f.tar.gz
Android: note limitation with multiple services in one process
Task-number: QTBUG-80391 Change-Id: I6681b062f24dcbe1fdf6ccf3edbf4dc08629e9d9 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--doc/src/external-resources.qdoc4
-rw-r--r--doc/src/platforms/android/android-services.qdoc6
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/src/external-resources.qdoc b/doc/src/external-resources.qdoc
index 8e17d435..da9d4476 100644
--- a/doc/src/external-resources.qdoc
+++ b/doc/src/external-resources.qdoc
@@ -267,6 +267,10 @@
\title QTBUG-81461
*/
/*!
+ \externalpage https://bugreports.qt.io/browse/QTBUG-78009
+ \title QTBUG-78009
+*/
+/*!
\externalpage http://strawberryperl.com
\title Perl
*/
diff --git a/doc/src/platforms/android/android-services.qdoc b/doc/src/platforms/android/android-services.qdoc
index 65564c02..a0c30e50 100644
--- a/doc/src/platforms/android/android-services.qdoc
+++ b/doc/src/platforms/android/android-services.qdoc
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
**
** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
@@ -532,4 +532,8 @@ It allows sending \l{QByteArray} or \l{QVariant} objcets between processes.
For more information on how to use it with an Android Service, see
\l{Android Service with QAndroidBinder}{Android Service with QAndroidBinder Example}.
+\note Qt for Android has a limitation forcing the execution of only one service
+ at a time when running multiple services in one process. Thus, it is recommended
+ to run each service in its own process. For more information, see \l{QTBUG-78009}.
+
*/