ContactsContract.DataUsageStatColumns.LastTimeUsed 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.
The last time (in milliseconds) this Data
was used.
[Android.Runtime.Register("LAST_TIME_USED")]
public const string LastTimeUsed;
[<Android.Runtime.Register("LAST_TIME_USED")>]
val mutable LastTimeUsed : string
Field Value
- Attributes
Remarks
The last time (in milliseconds) this Data
was used.
This member is deprecated. Contacts affinity information is no longer supported as of Android version android.os.Build.VERSION_CODES#Q
. This column always contains 0.
<p class="caution"><b>Caution: </b>If you publish your app to the Google Play Store, this field is obsolete, regardless of Android version. For more information, see the Contacts Provider page.</p>
Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED
.
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.