systemUpdate property

SystemUpdate? systemUpdate
getter/setter pair

The system update policy, which controls how OS updates are applied.

If the update type is WINDOWED, the update window will automatically apply to Play app updates as well.Note: Google Play system updates (https://source.android.com/docs/core/ota/modular-system) (also called Mainline updates) are automatically downloaded and require a device reboot to be installed. Refer to the mainline section in Manage system updates (https://developer.android.com/work/dpc/system-updates#mainline) for further details.

Implementation

SystemUpdate? systemUpdate;