KeyChain.ActionTrustStoreChanged Field

Definition

Broadcast Action: Indicates the contents of the trusted certificate store has changed.

[Android.Runtime.Register("ACTION_TRUST_STORE_CHANGED", ApiSince=26)]
public const string ActionTrustStoreChanged;
[<Android.Runtime.Register("ACTION_TRUST_STORE_CHANGED", ApiSince=26)>]
val mutable ActionTrustStoreChanged : string

Field Value

Attributes

Remarks

Broadcast Action: Indicates the contents of the trusted certificate store has changed. Sent when one the following occurs:

<ul> <li>A pre-installed CA is disabled or re-enabled</li> <li>A CA is added or removed from the trust store</li> </ul>

Java documentation for android.security.KeyChain.ACTION_TRUST_STORE_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.

Applies to