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|