CallLog.Locations

public static class CallLog.Locations
extends Object implements BaseColumns

java.lang.Object
   ↳ android.provider.CallLog.Locations


Table that contains information on location data sent via call composer. All fields in this table require the Manifest.permission#ACCESS_FINE_LOCATION permission for access.

Summary

Constants

String AUTHORITY

Authority for the locations content provider.

String CONTENT_ITEM_TYPE

Content type for the location entries.

String CONTENT_TYPE

Content type for the location table.

String LATITUDE

Latitude in degrees.

String LONGITUDE

Longitude in degrees.

Inherited constants

Fields

public static final Uri CONTENT_URI

The content URI for this table

Inherited methods

Constants

AUTHORITY

Added in API level 31
public static final String AUTHORITY

Authority for the locations content provider.

Constant Value: "call_composer_locations"

CONTENT_ITEM_TYPE

Added in API level 31
public static final String CONTENT_ITEM_TYPE

Content type for the location entries.

Constant Value: "vnd.android.cursor.item/call_composer_location"

CONTENT_TYPE

Added in API level 31
public static final String CONTENT_TYPE

Content type for the location table.

Constant Value: "vnd.android.cursor.dir/call_composer_location"

LATITUDE

Added in API level 31
public static final String LATITUDE

Latitude in degrees. See Location.setLatitude(double).

Type: REAL

Constant Value: "latitude"

LONGITUDE

Added in API level 31
public static final String LONGITUDE

Longitude in degrees. See Location.setLongitude(double).

Type: REAL

Constant Value: "longitude"

Fields

CONTENT_URI

Added in API level 31
public static final Uri CONTENT_URI

The content URI for this table