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

Commit b8d28b3a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix the documentation for VirtualDeviceParams.Builder#addDevicePolicy."

parents 66a54093 2523fbed
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -606,7 +606,10 @@ public final class VirtualDeviceParams implements Parcelable {
        }

        /**
         * Specifies a policy for this virtual device.
         * Add a policy for this virtual device.
         *
         * Policies define the system behavior that may be specific for this virtual device. A
         * policy can be defined for each {@code PolicyType}, but they are all optional.
         *
         * @param policyType the type of policy, i.e. which behavior to specify a policy for.
         * @param devicePolicy the value of the policy, i.e. how to interpret the device behavior.