@ExperimentalTestApi
public final class PropertyFile


Constants to access property file data (holding name/value pairs) and convenience methods for build URIs.

Summary

Nested types

Enumerates authorities for property-based (i.e. key/value pair) content providers.

Represents columns returned by the property file service.

Public methods

static Uri

Returns URI for retrieving all properties.

static Uri

Returns URI for retrieving a specific property.

Public methods

buildUri

public static Uri buildUri(PropertyFile.Authority host)

Returns URI for retrieving all properties.

buildUri

public static Uri buildUri(PropertyFile.Authority host, String property)

Returns URI for retrieving a specific property.