Merge "Docs: update the method description for installKeyPair() to cover parameter change." into pi-dev

This commit is contained in:
TreeHugger Robot
2018-04-17 10:53:36 +00:00
committed by Android (Google) Code Review

View File

@@ -4066,8 +4066,8 @@ public class DevicePolicyManager {
* immediately, without user approval. It is a best practice not to request this unless strictly
* necessary since it opens up additional security vulnerabilities.
*
* <p>Whether this key is offered to the user for approval at all or not depends on the
* {@code isUserSelectable} parameter.
* <p>Include {@link #INSTALLKEY_SET_USER_SELECTABLE} in the {@code flags} argument to allow
* the user to select the key from a dialog.
*
* @param admin Which {@link DeviceAdminReceiver} this request is associated with, or
* {@code null} if calling from a delegated certificate installer.