{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
public final class PropertyFile
Constants to access property file data (holding name/value pairs) and convenience methods for build URIs.
Nested types |
|
|---|---|
PropertyFile.Authority |
Enumerates authorities for property-based (i.e. key/value pair) content providers. |
PropertyFile.Column |
Represents columns returned by the property file service. |
Public constructors |
|
|---|---|
Public methods |
|
|---|---|
static Uri |
Returns URI for retrieving all properties. |
static Uri |
buildUri(PropertyFile.Authority host, String property)Returns URI for retrieving a specific property. |
public static Uri buildUri(PropertyFile.Authority host)
Returns URI for retrieving all properties.
public static Uri buildUri(PropertyFile.Authority host, String property)
Returns URI for retrieving a specific property.