diff options
| author | 2017-08-15 15:57:33 +0000 | |
|---|---|---|
| committer | 2017-08-15 15:57:33 +0000 | |
| commit | a22dcfed28b7a2d511a4b57027b0faa3d98b2898 (patch) | |
| tree | 822fe7af368e75232dcc54f4534f081b1164a95f | |
| parent | e33e796d26beff1d98cb827735934ac1673d635b (diff) | |
| parent | 39ca5b870bffad0e75c81ab794788a24806895b9 (diff) | |
Merge "Change SystemApi as per API council feedback" into oc-mr1-dev
| -rw-r--r-- | api/system-current.txt | 1 | ||||
| -rw-r--r-- | core/java/android/provider/TimeZoneRulesDataContract.java | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/api/system-current.txt b/api/system-current.txt index a57fbf66d531..cca933ec2fe4 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -38561,7 +38561,6 @@ package android.provider { public final class TimeZoneRulesDataContract { 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 { diff --git a/core/java/android/provider/TimeZoneRulesDataContract.java b/core/java/android/provider/TimeZoneRulesDataContract.java index 7a5ae1d7af41..33d25880226e 100644 --- a/core/java/android/provider/TimeZoneRulesDataContract.java +++ b/core/java/android/provider/TimeZoneRulesDataContract.java @@ -41,12 +41,6 @@ public final class TimeZoneRulesDataContract { 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 * distro operation. */ |