diff options
| author | Neil Fuller <nfuller@google.com> | 2017-08-11 14:28:32 +0100 |
|---|---|---|
| committer | Neil Fuller <nfuller@google.com> | 2017-08-11 14:28:32 +0100 |
| commit | db57c03434c52d7596fbeae83e30044a6ffe5dbb (patch) | |
| tree | 925e3725827be1829f5d4035b1779938da1ad742 /core/java/android/provider/TimeZoneRulesDataContract.java | |
| parent | 8bb4140516c0e18d6c3cbb4215cedc306a2a6da9 (diff) | |
Change SystemApi as per API council feedback
API council have requested a manifest constant be added
to the SystemApi directly in preference to an indirect
SystemApi constant here:
android.provider.TimeZoneRulesDataContract.READER_PERMISSION.
This is the third of three changes to (1) add the new constant,
(2) switch over code using the constant, (3) remove the old
constant.
Bug: 64568899
Test: None, build only
Change-Id: I75731b13ce2046556d6148aa5707cab6ed9cf9bf
Diffstat (limited to 'core/java/android/provider/TimeZoneRulesDataContract.java')
| -rw-r--r-- | core/java/android/provider/TimeZoneRulesDataContract.java | 6 |
1 files changed, 0 insertions, 6 deletions
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. */ |
