chromium/components/policy/resources/templates/policy_definitions/DeviceUpdate/DeviceExtendedAutoUpdateEnabled.yaml

owners:
- [email protected]
- [email protected]

caption: Enable/disable Extended Automatic Updates

desc: |-
  Allow eligible devices that will lose Android support to be opted into
  Extended Automatic Updates.

  If the policy is Enabled, devices will opt in to Extended Automatic Updates.

  If the policy is Disabled or unset, devices will stop receiving updates
  after the original Auto Update Expiration date.

  This policy is only relevant for older models not automatically receiving
  extended updates.

  For more details please see
  https://support.google.com/chrome/a/?p=extended_updates_support.

supported_on:
- chrome_os:126-

device_only: true

features:
  dynamic_refresh: true
  per_profile: false

type: main

schema:
  type: boolean

items:
- caption: Allow extended automatic updates
  value: true
- caption: Do not allow extended automatic updates
  value: false

default: false

example_value: true

tags: []