| Index: components/policy/resources/policy_templates.json
|
| diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
|
| index 31b61a4e20c238a657ee234c674df610a9f66256..3b37a9d3c0d8b6faa50d2890ceb7a633ca0867b7 100644
|
| --- a/components/policy/resources/policy_templates.json
|
| +++ b/components/policy/resources/policy_templates.json
|
| @@ -8351,10 +8351,10 @@
|
| 'name': 'DeviceAllowBluetooth',
|
| 'type': 'main',
|
| 'schema': { 'type': 'boolean' },
|
| - 'supported_on': ['chrome_os:51-'],
|
| + 'supported_on': ['chrome_os:52-'],
|
| 'device_only': True,
|
| 'features': {
|
| - 'dynamic_refresh': True,
|
| + 'dynamic_refresh': False,
|
| },
|
| 'example_value': True,
|
| 'id': 323,
|
| @@ -8364,7 +8364,9 @@
|
|
|
| If this policy is set to true or left unset, the user will be able to enable or disable Bluetooth as he wishes.
|
|
|
| - If this policy is set, the user cannot change or override it.''',
|
| + If this policy is set, the user cannot change or override it.
|
| +
|
| + After enabling Bluetooth, the device must be rebooted for the changes to take effect (no need to reboot the device when disabling Bluetooth).''',
|
| },
|
| {
|
| 'name': 'SuppressUnsupportedOSWarning',
|
|
|