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

Commit ac6e767b authored by Kenny Guy's avatar Kenny Guy
Browse files

Fix typos in onProfileProvisioningComplete javadoc

Test: make docs
Bug: 62697695
Change-Id: Ibdb9eae16639f9ff840241f83eb56d9c34bb0e45
parent f490ae3e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -659,13 +659,13 @@ public class DeviceAdminReceiver extends BroadcastReceiver {
     * managed provisioning.
     *
     * <p>When provisioning of a managed profile is complete, the managed profile is hidden until
     * the profile owner calls {DevicePolicyManager#setProfileEnabled(ComponentName admin)}.
     * the profile owner calls {@link DevicePolicyManager#setProfileEnabled(ComponentName admin)}.
     * Typically a profile owner will enable the profile when it has finished any additional setup
     * such as adding an account by using the {@link AccountManager} and calling apis to bring the
     * such as adding an account by using the {@link AccountManager} and calling APIs to bring the
     * profile into the desired state.
     *
     * <p> Note that provisioning completes without waiting for any server interactions, so the
     * profile owner needs to wait for data to be available if required (e.g. android device ids or
     * profile owner needs to wait for data to be available if required (e.g. Android device IDs or
     * other data that is set as a result of server interactions).
     *
     * <p>From version {@link android.os.Build.VERSION_CODES#O}, when managed provisioning has