summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLars Schmertmann <Lars.Schmertmann@governikus.de>2020-05-30 19:45:59 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-10 16:40:00 +0000
commit79bb0f1d52d12478a7aa495e4ac10e0083df2398 (patch)
treea756c43d38000725537eefefb7a7be5f4eed9b4e /doc
parent098883d0689de39ce79ebaa49f160d39b6adea73 (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 Change-Id: Ic560bd380f1cc59586861aa1a6a3ea064276a39e Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit f2b914afc6a5ba4aa2f8dcd13a979f04f07034c2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
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
*/