public
static
class
CallLog.Locations
extends Object
implements
BaseColumns
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 | ||||
|---|---|---|---|---|
|
From interface
|
Fields | |
|---|---|
public
static
final
Uri |
CONTENT_URI
The content URI for this table |
Inherited methods | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
From class
| |||||||||||||||||||||||
Constants
public static final String AUTHORITY
Authority for the locations content provider.
Constant Value: "call_composer_locations"
CONTENT_ITEM_TYPE
public static final String CONTENT_ITEM_TYPE
Content type for the location entries.
Constant Value: "vnd.android.cursor.item/call_composer_location"
CONTENT_TYPE
public static final String CONTENT_TYPE
Content type for the location table.
Constant Value: "vnd.android.cursor.dir/call_composer_location"