From 64c8f934d533ba35e8b42615dfce99bdd50561fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alper=20=C3=96zt=C3=BCrk?= <67455295+alperozturk96@users.noreply.github.com> Date: Tue, 30 Jul 2024 17:50:37 +0200 Subject: [PATCH] Update admin_manual/configuration_server/android_deep_link_handling.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Josh Signed-off-by: Alper Öztürk <67455295+alperozturk96@users.noreply.github.com> Signed-off-by: alperozturk --- .../configuration_server/android_deep_link_handling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/android_deep_link_handling.rst b/admin_manual/configuration_server/android_deep_link_handling.rst index 232af32d1..2f7465a9a 100644 --- a/admin_manual/configuration_server/android_deep_link_handling.rst +++ b/admin_manual/configuration_server/android_deep_link_handling.rst @@ -14,7 +14,7 @@ For Android 11 and below, deep linking is straightforward and does not require a configuration beyond the usual manifest settings. 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.