Intent.ActionTimeTick 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: The current time has changed.
[Android.Runtime.Register("ACTION_TIME_TICK")]
public const string ActionTimeTick;
[<Android.Runtime.Register("ACTION_TIME_TICK")>]
val mutable ActionTimeTick : string
Field Value
Implements
- Attributes
Remarks
Broadcast Action: The current time has changed. Sent every minute. You <em>cannot</em> receive this through components declared in manifests, only by explicitly registering for it with Context#registerReceiver(BroadcastReceiver, IntentFilter) Context.registerReceiver()
.
<p class="note">This is a protected intent that can only be sent by the system.
Java documentation for android.content.Intent.ACTION_TIME_TICK
.
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.