Fix the documentation for VirtualDeviceParams.Builder#addDevicePolicy.

Fix: 259542231
Test: n/a
Change-Id: I0fa1edfb9d28b23c0783439cf300adefb38f08f1
This commit is contained in:
Vladimir Komsiyski
2022-11-18 12:00:08 +01:00
parent 6a49895d47
commit 2523fbedc2

View File

@@ -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.