Android.Security.KeyChain.ActionStorageChanged Field
Broadcast Action: Indicates the trusted storage has changed.

Syntax

[Android.Runtime.Register("ACTION_STORAGE_CHANGED")]
public const string ActionStorageChanged

Remarks

Broadcast Action: Indicates the trusted storage has changed. Sent when one of this happens:

  • a new CA is added,
  • an existing CA is removed or disabled,
  • a disabled CA is enabled,
  • trusted storage is reset (all user certs are cleared),
  • when permission to access a private key is changed.

[Android Documentation]

Requirements

Namespace: Android.Security
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16