Permissions
Telephony will only request those permission that are listed in the AndroidManifest.xml
.
Following necessary permissions are also listed at the top of every page.
Use Case | Permission |
| |
| |
|
List Necessary Permissions
List the permission necessary for your use cases in your app's AndroidManifest.xml
AndroidManifest.xml
Although this plugin will check and ask for permissions at runtime, it is advisable to manually ask for permissions before calling any other functions.
Request Phone and SMS Permissions
Request SMS Permissions
Request Phone Permissions
Last updated