Const
Readonly
bluetoothReadonly
notification: NotificationPermissionGroupAllows to send notification. Always return true on Android 12L and below.
Following permission must be added to AndroidManifest.xml. android.permission.POST_NOTIFICATIONS
5.0.5
Readonly
phone: PhonePermissionGroupAllows to make and manage phone calls.
Some or all of the following permissions must be added to AndroidManifest.xml. android.permission.READ_PHONE_STATE android.permission.CALL_PHONE android.permission.USE_SIP
5.0.5
Readonly
contact: ContactPermissionGroupAllows to access the contacts.
Some or all of the following permissions must be added to AndroidManifest.xml. android.permission.READ_CONTACTS android.permission.WRITE_CONTACTS android.permission.GET_ACCOUNTS
5.0.5
Readonly
sms: SMSPermissionGroupAllows to send and view sms messages.
Some or all of the following permissions must be added to AndroidManifest.xml. android.permission.SEND_SMS android.permission.READ_SMS android.permission.RECEIVE_SMS android.permission.RECEIVE_WAP_PUSH android.permission.RECEIVE_MMS
5.0.5
Generated using TypeDoc
Allows to find and connect Bluetooth devices. Checks if android.permission.BLUETOOTH is defined in manifest file in Android 11 and below, shows permission dialog in Android 12 and above.
Following permissions must be added to AndroidManifest.xml. android.permission.BLUETOOTH_CONNECT android.permission.BLUETOOTH
Property
Android
Since
5.0.5