語言

Intent.ActionTimeTick 欄位

定義

廣播行動:目前時間已改變。

[Android.Runtime.Register("ACTION_TIME_TICK")]
public const string ActionTimeTick;
[<Android.Runtime.Register("ACTION_TIME_TICK")>]
val mutable ActionTimeTick : string

欄位值

實作

屬性

備註

廣播行動:目前時間已改變。 每分鐘都發送。 你<無法/他們>只能透過在清單中宣告的元件接收,必須明確註冊為 <。>Context#registerReceiver(BroadcastReceiver, IntentFilter) Context.registerReceiver()

這是一種受保護的意圖,只能由系統傳送。

Java 文件 android.content.Intent.ACTION_TIME_TICK

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於