diff options
author | Makoto Onuki <omakoto@google.com> | 2020-05-26 10:55:53 -0700 |
---|---|---|
committer | Makoto Onuki <omakoto@google.com> | 2020-05-26 17:09:40 -0700 |
commit | 451da1ce77de069558394be221d30a1e93fb7b03 (patch) | |
tree | 28f6ec0c0cf1fa678bb52df6be040a269cf19d86 /api/system-lint-baseline.txt | |
parent | f11f1c3d336b4af8a6823f199974d7d9aedf244a (diff) |
Update api-lint baseline for NO_SETTINGS_PROVIDER
Bug: 151454839
Test: See the other CL in the topic
Change-Id: I4e1d6c419c79663a47341cf26d5229ec17b9ca01
Diffstat (limited to 'api/system-lint-baseline.txt')
-rw-r--r-- | api/system-lint-baseline.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/api/system-lint-baseline.txt b/api/system-lint-baseline.txt index 10c96a330bf4..9c40b6cf63ce 100644 --- a/api/system-lint-baseline.txt +++ b/api/system-lint-baseline.txt @@ -217,6 +217,13 @@ MutableBareField: android.net.wifi.WifiScanner.ScanSettings#type: NoClone: android.service.contentcapture.ContentCaptureService#dump(java.io.FileDescriptor, java.io.PrintWriter, String[]) parameter #0: + + + +NoSettingsProvider: android.provider.Settings.Global#TETHER_OFFLOAD_DISABLED: + New setting keys are not allowed. (Field: TETHER_OFFLOAD_DISABLED) +NoSettingsProvider: android.provider.Settings.Global#TETHER_SUPPORTED: + New setting keys are not allowed. (Field: TETHER_SUPPORTED) |