次の方法で共有


CarrierConfigManager.ExtraRebroadcastOnUnlock Field

Definition

#ACTION_CARRIER_CONFIG_CHANGED is broadcast once on device bootup and then again when the device is unlocked.

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

Field Value

Attributes

Remarks

#ACTION_CARRIER_CONFIG_CHANGED is broadcast once on device bootup and then again when the device is unlocked. Direct-Boot-aware applications may use the first broadcast as an early signal that the carrier config has been loaded, but other applications will only receive the second broadcast, when the device is unlocked.

This extra is included in #ACTION_CARRIER_CONFIG_CHANGED to indicate whether this is a rebroadcast on unlock.

Java documentation for android.telephony.CarrierConfigManager.EXTRA_REBROADCAST_ON_UNLOCK.

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