diff options
author | Selim Gurun <sgurun@google.com> | 2012-02-17 14:35:18 -0800 |
---|---|---|
committer | Selim Gurun <sgurun@google.com> | 2012-02-17 14:35:18 -0800 |
commit | e57319ff880c43b44aaab4905dc8997d97827520 (patch) | |
tree | 3fb494b7f3b52b95a4350d152962967915e366d1 /keystore | |
parent | abfac6a55984fc7f0cf044371104c4e1b0b65fbf (diff) | |
download | frameworks_base-e57319ff880c43b44aaab4905dc8997d97827520.zip frameworks_base-e57319ff880c43b44aaab4905dc8997d97827520.tar.gz frameworks_base-e57319ff880c43b44aaab4905dc8997d97827520.tar.bz2 |
Make the credential storage change action public.
Bug: 6009802
When the credential storage changes, (adding/removing certs,
resetting the storage, enabling/disabling trusted CAs, etc), the
applications that use the storage has to be made aware of the
fact that the storage changed, so they can clear any cached state,
close connections or take any other actions. Internally, this
applies to webview. However, applications, potentially including
3rd party browsers, also need this information.
Change-Id: I765b97a3f38f45247ee3f6e127b490388d373847
Diffstat (limited to 'keystore')
-rw-r--r-- | keystore/java/android/security/KeyChain.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keystore/java/android/security/KeyChain.java b/keystore/java/android/security/KeyChain.java index 0fe7bd8..edbd163 100644 --- a/keystore/java/android/security/KeyChain.java +++ b/keystore/java/android/security/KeyChain.java @@ -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: * |