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

Commit ae026596 authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

am e861f4a3: am d4b8baf3: am 02c86306: Merge "Add ability to install credentials as other UID"

* commit 'e861f4a3':
  Add ability to install credentials as other UID
parents 0f3a3777 e861f4a3
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -49,6 +49,8 @@ public class Credentials {

    public static final String INSTALL_ACTION = "android.credentials.INSTALL";

    public static final String INSTALL_AS_USER_ACTION = "android.credentials.INSTALL_AS_USER";

    public static final String UNLOCK_ACTION = "com.android.credentials.UNLOCK";

    /** Key prefix for CA certificates. */
@@ -82,6 +84,12 @@ public class Credentials {
    public static final String EXTENSION_CER = ".cer";
    public static final String EXTENSION_PFX = ".pfx";

    /**
     * Intent extra: install the certificate bundle as this UID instead of
     * system.
     */
    public static final String EXTRA_INSTALL_AS_UID = "install_as_uid";

    /**
     * Intent extra: name for the user's private key.
     */