Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update admin_manual/configuration_server/android_deep_link_handling.rst
Co-authored-by: Josh <[email protected]>
Signed-off-by: Alper Öztürk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 and joshtrichards committed Jun 13, 2025
commit 561badfb00cd37d1ac86d00f9af20610715d30cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Deep Linking in 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.

Creating assetlinks.json:
-------------------------
Creating assetlinks.json
~~~~~~~~~~~~~~~~~~~~~~~~
Create a file named assetlinks.json and host it in the .well-known directory of
your website (e.g., https://www.cloud.example.com/.well-known/assetlinks.json).

Expand Down