From ab93d78223c51c245b0e5eef67ffc5b2b85251e3 Mon Sep 17 00:00:00 2001 From: Emily Stark Date: Fri, 4 Oct 2019 11:16:39 -0700 Subject: [PATCH] Update Android intents documentation about redirects Per https://bugs.chromium.org/p/chromium/issues/detail?id=814721, it has been the case for a long time that redirects from a typed-in URL *will* in fact launch intents. We don't currently have plans to change this, so this commit updates the documentation accordingly. --- android/intents.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/android/intents.html b/android/intents.html index 6ebb2ed..8beb147 100644 --- a/android/intents.html +++ b/android/intents.html @@ -82,11 +82,7 @@

See also

  • Android Activities
  • -

    And Chrome doesn’t launch an external app for a given Intent URI in the following cases.

    - +

    And Chrome doesn’t launch an external app for a given Intent URI when the Intent URI is initiated without user gesture.