KeyChain.ActionStorageChanged Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Broadcast Action: Indicates the trusted storage has changed.
[Android.Runtime.Register("ACTION_STORAGE_CHANGED")]
public const string ActionStorageChanged;
[<Android.Runtime.Register("ACTION_STORAGE_CHANGED")>]
val mutable ActionStorageChanged : string
Field Value
- Attributes
Remarks
Broadcast Action: Indicates the trusted storage has changed. Sent when one of this happens:
<ul> <li>a new CA is added, <li>an existing CA is removed or disabled, <li>a disabled CA is enabled, <li>trusted storage is reset (all user certs are cleared), <li>when permission to access a private key is changed. </ul>
This member is deprecated. Use #ACTION_KEYCHAIN_CHANGED
, #ACTION_TRUST_STORE_CHANGED
or #ACTION_KEY_ACCESS_CHANGED
. Apps that target a version higher than android.os.Build.VERSION_CODES#N_MR1
will only receive this broadcast if they register for it at runtime.
Java documentation for android.security.KeyChain.ACTION_STORAGE_CHANGED
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.