DeviceAdminReceiver.ActionSecurityLogsAvailable Field

Definition

Broadcast action: notify that a new batch of security logs is ready to be collected.

[Android.Runtime.Register("ACTION_SECURITY_LOGS_AVAILABLE", ApiSince=31)]
public const string ActionSecurityLogsAvailable;
[<Android.Runtime.Register("ACTION_SECURITY_LOGS_AVAILABLE", ApiSince=31)>]
val mutable ActionSecurityLogsAvailable : string

Field Value

Attributes

Remarks

Broadcast action: notify that a new batch of security logs is ready to be collected.

Java documentation for android.app.admin.DeviceAdminReceiver.ACTION_SECURITY_LOGS_AVAILABLE.

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