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

Commit e06662ee authored by Rubin Xu's avatar Rubin Xu
Browse files

Update javadoc for getParentProfileInstance()

Bug: 380063031
Test: N/A doc change
Flag: DOCS_ONLY
Change-Id: I419eafba30b9f9078d654631fc1e961e3e4d6656
parent a1d05e9e
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -14196,7 +14196,7 @@ public class DevicePolicyManager {
     * </ul>
     * <p>
     * The following methods are supported for the parent instance but can only be called by the
     * profile owner of a managed profile that was created during the device provisioning flow:
     * profile owner on an <a href="#organization-owned">organization owned</a> managed profile:
     * <ul>
     * <li>{@link #getPasswordComplexity}</li>
     * <li>{@link #setCameraDisabled}</li>
@@ -14204,11 +14204,6 @@ public class DevicePolicyManager {
     * <li>{@link #setAccountManagementDisabled(ComponentName, String, boolean)}</li>
     * <li>{@link #setPermittedInputMethods}</li>
     * <li>{@link #getPermittedInputMethods}</li>
     * </ul>
     *
     * <p>The following methods can be called by the profile owner of a managed profile
     * on an organization-owned device:
     * <ul>
     * <li>{@link #wipeData}</li>
     * </ul>
     *