Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f91eb61f authored by Jacinta Hu's avatar Jacinta Hu
Browse files

Fix typo.

The previous character led to an incorrect rendering on the site: https://screenshot.googleplex.com/4EFjdkt52dHAUzh

Change-Id: I88a800b0ab9b9bfa8519f09af83f840cd01e5809
parent 7c10e57c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ import java.util.stream.Collectors;
/**
 * Determines when over-the-air system updates are installed on a device. Only a device policy
 * controller (DPC) running in device owner mode or in profile owner mode for an organization-owned
 * device can set an update policy for the deviceby calling the {@code DevicePolicyManager} method
 * device can set an update policy for the device by calling the {@code DevicePolicyManager} method
 * {@link DevicePolicyManager#setSystemUpdatePolicy setSystemUpdatePolicy()}. An update
 * policy affects the pending system update (if there is one) and any future updates for the device.
 *