mirror of
https://github.com/nextcloud/documentation.git
synced 2025-12-12 07:29:47 +07:00
Title overline too short.
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
committed by
Alper Öztürk
parent
65bfe12432
commit
5f05fcb472
@@ -1,6 +1,6 @@
|
||||
==================
|
||||
==========================
|
||||
Android Deep Link Handling
|
||||
==================
|
||||
==========================
|
||||
|
||||
Deep linking in Android allows your application to be launched directly from a URL,
|
||||
making it easier for users to navigate to specific content within your app.
|
||||
@@ -9,12 +9,12 @@ using an ``assetlinks.json`` file to ensure the app and the host domain are prop
|
||||
associated.
|
||||
|
||||
Android 11 and Below
|
||||
------------------------------------
|
||||
--------------------
|
||||
For Android 11 and below, deep linking is straightforward and does not require additional
|
||||
configuration beyond the usual manifest settings.
|
||||
|
||||
Android 12 and Above
|
||||
------------------------------------
|
||||
--------------------
|
||||
For Android 12 and above, an additional configuration step is required to verify the
|
||||
relationship between your app and the host domain using the ``assetlinks.json`` file.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user