8000 chore(update-plugins): Sat Aug 5 08:05:25 UTC 2023 · NativeScript/docs-v8@3e7471e · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e7471e

Browse files
chore(update-plugins): Sat Aug 5 08:05:25 UTC 2023
1 parent ec5ec50 commit 3e7471e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

plugins/appavailability.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,23 @@ For example, to query for `twitter://`, `whatsapp://` and `fb://`, edit `app/App
8989
</array>
9090
```
9191

92+
## Android Query Permission
93+
94+
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`.
95+
96+
```xml
97+
<manifest>
98+
<queries>
99+
<package android:name="com.whatsapp" />
100+
</queries>
101+
102+
<application ...>
103+
</application>
104+
</manifest>
105+
```
106+
107+
Replace `com.whatsapp` with the package name of the app you want to interact with.
108+
92109
## API
93110

94111
| Methods | Return Type | Description |

0 commit comments

Comments
 (0)
0