bluetoothSharing property
Controls whether Bluetooth sharing is allowed.
Optional. Possible string values are:
- "BLUETOOTH_SHARING_UNSPECIFIED" : Unspecified. Defaults to BLUETOOTH_SHARING_DISALLOWED on work profiles and BLUETOOTH_SHARING_ALLOWED on fully managed devices.
- "BLUETOOTH_SHARING_ALLOWED" : Bluetooth sharing is allowed.Supported on Android 8 and above. A NonComplianceDetail with API_LEVEL is reported on work profiles if the Android version is less than 8.
- "BLUETOOTH_SHARING_DISALLOWED" : Bluetooth sharing is disallowed.Supported on Android 8 and above. A NonComplianceDetail with API_LEVEL is reported on fully managed devices if the Android version is less than 8.
Implementation
core.String? bluetoothSharing;