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

Commit 1cedb47e authored by Selim Gurun's avatar Selim Gurun Committed by Android (Google) Code Review
Browse files

Merge "Make the credential storage change action public."

parents a1d2bd82 e57319ff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18853,6 +18853,7 @@ package android.security {
    method public static android.content.Intent createInstallIntent();
    method public static java.security.cert.X509Certificate[] getCertificateChain(android.content.Context, java.lang.String) throws java.lang.InterruptedException, android.security.KeyChainException;
    method public static java.security.PrivateKey getPrivateKey(android.content.Context, java.lang.String) throws java.lang.InterruptedException, android.security.KeyChainException;
    field public static final java.lang.String ACTION_STORAGE_CHANGED = "android.security.STORAGE_CHANGED";
    field public static final java.lang.String EXTRA_CERTIFICATE = "CERT";
    field public static final java.lang.String EXTRA_NAME = "name";
    field public static final java.lang.String EXTRA_PKCS12 = "PKCS12";
+0 −1
Original line number Diff line number Diff line
@@ -169,7 +169,6 @@ public final class KeyChain {


    /**
     * @hide TODO This is temporary and will be removed
     * Broadcast Action: Indicates the trusted storage has changed. Sent when
     * one of this happens:
     *