Android.Content.Intent.ActionTimeTick Field
Broadcast Action: The current time has changed.

Syntax

[Android.Runtime.Register("ACTION_TIME_TICK")]
public const string ActionTimeTick

Remarks

Broadcast Action: The current time has changed. Sent every minute. You can not receive this through components declared in manifests, only by explicitly registering for it with Context.RegisterReceiver(BroadcastReceiver, Android.Content.IntentFilter).

This is a protected intent that can only be sent by the system.

[Android Documentation]

Requirements

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