From 6d46a4274392b92cd44598d298893fea5583f83a Mon Sep 17 00:00:00 2001 From: Zak Barbuto Date: Thu, 3 Mar 2022 13:32:28 +1030 Subject: [PATCH] Add note about android intent --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 134bad3..183553b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,23 @@ You can send multiple ways: This will populate the correct fields. +## Setup + +### Android + +For Android API level > 30 you will need to add the following query to your AndroidManifest.xml + +``` + + + + + + +``` + +Without this, some Android devices may incorrectly return false for `canSend()`. + ## Example Make sure to Install and Import the Package.