Connection.ExtraLastKnownCellIdentity 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.
Last known cell identity key CellIdentity
to be used to fill geo location header
in case of an emergency call.
[Android.Runtime.Register("EXTRA_LAST_KNOWN_CELL_IDENTITY", ApiSince=33)]
public const string ExtraLastKnownCellIdentity;
[<Android.Runtime.Register("EXTRA_LAST_KNOWN_CELL_IDENTITY", ApiSince=33)>]
val mutable ExtraLastKnownCellIdentity : string
Field Value
- Attributes
Remarks
Last known cell identity key CellIdentity
to be used to fill geo location header in case of an emergency call. This entry will not be filled if call is not identified as an emergency call. Only provided to the ConnectionService
for the purpose of placing an emergency call; will not be present in the InCallService
layer. The ConnectionService
's implementation will be logged for fine location access when an outgoing call is placed in this case.
Java documentation for android.telecom.Connection.EXTRA_LAST_KNOWN_CELL_IDENTITY
.
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.