summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLars Schmertmann <Lars.Schmertmann@governikus.de>2020-05-30 19:45:59 +0200
committerLars Schmertmann <Lars.Schmertmann@governikus.de>2021-09-10 06:41:15 +0200
commitf2b914afc6a5ba4aa2f8dcd13a979f04f07034c2 (patch)
tree287fe6a90f58c4ff4d83eec2f30943b90c96ee1e /doc
parent5083d9dcd635346363a10c886abee3e99b21d9be (diff)
Android: Enable QDesktopService
QDesktopServices::openUrl(const QUrl &url) is already implemented on Android. But even if it is possible to set an URL handler, the mechanism to invoke it is missing. With this commit the URL handler will work on Android like it is already working on iOS. Task-number: QTBUG-84382 Pick-to: 6.2 Change-Id: Ic560bd380f1cc59586861aa1a6a3ea064276a39e Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/global/externalsites/external-resources.qdoc20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/global/externalsites/external-resources.qdoc b/doc/global/externalsites/external-resources.qdoc
index f3682e593a..b952b753b8 100644
--- a/doc/global/externalsites/external-resources.qdoc
+++ b/doc/global/externalsites/external-resources.qdoc
@@ -45,6 +45,26 @@
\title Android: Query for devices
*/
/*!
+ \externalpage https://developer.android.com/training/app-links/deep-linking
+ \title Android: Create Deep Links to App Content
+*/
+/*!
+ \externalpage https://developer.android.com/training/app-links/verify-site-associations
+ \title Android: Verify Android App Links
+*/
+/*!
+ \externalpage https://developer.apple.com/documentation/uikit/uiapplication/1622952-canopenurl
+ \title iOS: canOpenURL:
+*/
+/*!
+ \externalpage https://developer.apple.com/documentation/xcode/defining-a-custom-url-scheme-for-your-app
+ \title iOS: Defining a Custom URL Scheme for Your App
+*/
+/*!
+ \externalpage https://developer.apple.com/documentation/xcode/supporting-associated-domains
+ \title iOS: Supporting Associated Domains
+*/
+/*!
\externalpage http://www.freedesktop.org/
\title freedesktop.org
*/