summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2020-04-27 10:08:46 +0300
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-04-27 07:36:14 +0000
commite9df750872ef3c08c7f5e2a1a15a643d6913f978 (patch)
tree1279cd217d845c204b187c66c92b6241ed585aa9
parent28d3a1f51df41d679e1645d9b515e25c56d1cadf (diff)
Android: remove broken links to services examples
Change-Id: Iffed15e3ec54afbf5c84466d828bfdf367ef0b28 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--doc/src/platforms/android/android-services.qdoc12
1 files changed, 2 insertions, 10 deletions
diff --git a/doc/src/platforms/android/android-services.qdoc b/doc/src/platforms/android/android-services.qdoc
index a0c30e508..c16fba81d 100644
--- a/doc/src/platforms/android/android-services.qdoc
+++ b/doc/src/platforms/android/android-services.qdoc
@@ -424,9 +424,6 @@ classObject.callMethod<void>("registerServiceBroadcastReceiver",
QtAndroid::androidContext().object());
\endcode
-For more information, see the examples \l{Android Service with BroadcastReceiver},
-and \l{Android Service with BroadcastReceiver - Same Lib File}.
-
\section2 Using Qt Remote Objects
\l{Getting Started with Qt Remote Objects}{Qt Remote Objects} offers an easy way
@@ -519,18 +516,13 @@ on the debug logcat.
\note The same method could be used when using the same \c .so lib file. For more
information, see \l{Use the same .so Lib File}.
-For more information, see the examples \l{Android Service with Qt Remote Objects},
-and \l{Android Service with Qt Remote Objects - Same Lib File}.
-
\section2 Using QAndroidBinder
While using \l{QtRemoteObjects}{Qt Remote Objects} for communication is a
cross-platform solution, \l QAndroidBinder Class Reference} is Android specific.
\l QAndroidBinder is a convenience class that implements the most important
-methods in \l{Android: Binder}.
-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}.
+methods in \l{Android: Binder}. It allows sending \l{QByteArray} or \l{QVariant}
+objcets between processes.
\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