Merge "Add a new constant to TimeZoneRulesDataContract" into oc-mr1-dev
am: 70ddf0932b
Change-Id: I5cf42b8926f4e0d22bff50d90a007b6c04530b8b
This commit is contained in:
@@ -38653,6 +38653,7 @@ package android.provider {
|
|||||||
|
|
||||||
public final class TimeZoneRulesDataContract {
|
public final class TimeZoneRulesDataContract {
|
||||||
field public static final java.lang.String AUTHORITY = "com.android.timezone";
|
field public static final java.lang.String AUTHORITY = "com.android.timezone";
|
||||||
|
field public static final java.lang.String READER_PERMISSION = "android.permission.UPDATE_TIME_ZONE_RULES";
|
||||||
}
|
}
|
||||||
|
|
||||||
public static final class TimeZoneRulesDataContract.Operation {
|
public static final class TimeZoneRulesDataContract.Operation {
|
||||||
|
|||||||
@@ -40,6 +40,12 @@ public final class TimeZoneRulesDataContract {
|
|||||||
/** A content:// style uri to the authority for the time zone data content provider */
|
/** A content:// style uri to the authority for the time zone data content provider */
|
||||||
private static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
|
private static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The permission that the reader of the ContentProvider must possess.
|
||||||
|
*/
|
||||||
|
public static final String READER_PERMISSION =
|
||||||
|
android.Manifest.permission.UPDATE_TIME_ZONE_RULES;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Defines fields exposed through the {@link Operation#CONTENT_URI} for describing a time zone
|
* Defines fields exposed through the {@link Operation#CONTENT_URI} for describing a time zone
|
||||||
* distro operation.
|
* distro operation.
|
||||||
|
|||||||
Reference in New Issue
Block a user