From 05fb7f10521a46b926949782614b5a5c03f78d2c Mon Sep 17 00:00:00 2001 From: Daniel Kift Date: Thu, 17 Oct 2024 22:23:49 +0100 Subject: [PATCH] improve readme comment --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6460ad1..56e7835 100644 --- a/README.md +++ b/README.md @@ -253,8 +253,10 @@ val processor = object : DefaultCheckoutEventProcessor(activity) { // - deep link (e.g. myapp://checkout) // and is being directed outside the application. - // Note: to support deep links, the client app should declare [queries](https://developer.android.com/guide/topics/manifest/queries-element) in its manifest. + // Note: to support deep links on Android 11+ using the `DefaultCheckoutEventProcessor`, the client app should declare [queries](https://developer.android.com/guide/topics/manifest/queries-element) in its manifest. // See the MobileBuyIntegration sample's [manifest](samples/MobileBuyIntegration/app/src/main/AndroidManifest.xml) for an example. + // If no package is found to deal with the link, the processor will log a warning + //`Unrecognized scheme for link clicked in checkout` along with the uri. } override fun onWebPixelEvent(event: PixelEvent) {