diff options
| author | 2017-08-11 13:22:36 +0100 | |
|---|---|---|
| committer | 2017-08-11 15:09:52 +0000 | |
| commit | a41fdcb20ab2c459e6fd02e8564fe60743fce82d (patch) | |
| tree | f5b6afc4271071fd6e2e73a1e8188a16d62ad448 /api/system-current.txt | |
| parent | d9d5d43f89f077f45dd1a37684e2ce8130e2741f (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 first of three changes to (1) add the new constant,
(2) switch over code using the constant, (3) remove the
constant.
Bug: 64568899
Test: None, build only
Change-Id: Ib9766591979886d1db3b1d7321536dabf5cf81a8
(cherry picked from commit 8bb4140516c0e18d6c3cbb4215cedc306a2a6da9)
Diffstat (limited to 'api/system-current.txt')
| -rw-r--r-- | api/system-current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/system-current.txt b/api/system-current.txt index 970c31802267..9d10524b2305 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -263,6 +263,7 @@ package android { field public static final java.lang.String UPDATE_APP_OPS_STATS = "android.permission.UPDATE_APP_OPS_STATS"; field public static final java.lang.String UPDATE_DEVICE_STATS = "android.permission.UPDATE_DEVICE_STATS"; field public static final java.lang.String UPDATE_LOCK = "android.permission.UPDATE_LOCK"; + field public static final java.lang.String UPDATE_TIME_ZONE_RULES = "android.permission.UPDATE_TIME_ZONE_RULES"; field public static final java.lang.String USER_ACTIVITY = "android.permission.USER_ACTIVITY"; field public static final java.lang.String USE_FINGERPRINT = "android.permission.USE_FINGERPRINT"; field public static final java.lang.String USE_SIP = "android.permission.USE_SIP"; |