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

Commit 901d7e7f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Explain what a DPC is in new API docs." into tm-dev am: 5546ba69

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17045514

Change-Id: I9b2d0cfe12e0e320df3f64786dafc9188e1b8a72
parents 4487bb52 5546ba69
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -15643,7 +15643,9 @@ public class DevicePolicyManager {
    }
    /**
     * Returns a boolean for whether the DPC has been downloaded during provisioning.
     * Returns a boolean for whether the DPC
     * (Device Policy Controller, the agent responsible for enforcing policy)
     * has been downloaded during provisioning.
     *
     * <p>If true is returned, then any attempts to begin setup again should result in factory reset
     *
@@ -15664,9 +15666,11 @@ public class DevicePolicyManager {
    }
    /**
     * Use to indicate that the DPC has or has not been downloaded during provisioning.
     * Indicates that the DPC (Device Policy Controller, the agent responsible for enforcing policy)
     * has or has not been downloaded during provisioning.
     *
     * @param downloaded {@code true} if the dpc has been downloaded during provisioning. false otherwise.
     * @param downloaded {@code true} if the dpc has been downloaded during provisioning.
     *                               {@code false} otherwise.
     *
     * @hide
     */