From a69620058522051d075498f30681f0596badaa55 Mon Sep 17 00:00:00 2001 From: Dylan Llewellyn <46717769+herefishyfish@users.noreply.github.com> Date: Thu, 3 Aug 2023 16:23:53 +0800 Subject: [PATCH] chore(appavailibility): update readme --- packages/appavailability/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages/appavailability/README.md b/packages/appavailability/README.md index 540af6e9..c02451ce 100644 --- a/packages/appavailability/README.md +++ b/packages/appavailability/README.md @@ -74,6 +74,23 @@ For example, to query for `twitter://`, `whatsapp://` and `fb://`, edit `app/App ``` +## Android Query Permission + +Starting from Android API level 30 (Android 11), you must explicitly declare your app's intent to interact with other apps in the Android manifest file `AndroidManifest.xml`. + +```xml + + + + + + + + +``` + +Replace `com.whatsapp` with the package name of the app you want to interact with. + ## API | Methods| Return Type| Description|