ACTION_TIMEZONE_CHANGED constant

String const ACTION_TIMEZONE_CHANGED

Broadcast Action: The timezone has changed. The intent will have the following extra values:

  • {@link #EXTRA_TIMEZONE} - The java.util.TimeZone.getID() value identifying the new time zone.

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

Implementation

static const String ACTION_TIMEZONE_CHANGED =
    "android.intent.action.TIMEZONE_CHANGED";