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

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

Merge "Docs: update the method description for installKeyPair() to cover...

Merge "Docs: update the method description for installKeyPair() to cover parameter change." into pi-dev
parents 421ec104 8040fd1b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.