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
This commit is contained in:
Selim Gurun
2012-02-17 14:35:18 -08:00
parent abfac6a559
commit e57319ff88
2 changed files with 1 additions and 1 deletions

View File

@@ -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:
*