diff options
| author | Alan Stokes <alanstokes@google.com> | 2019-09-24 14:15:10 +0100 |
|---|---|---|
| committer | Alan Stokes <alanstokes@google.com> | 2019-09-24 15:56:08 +0100 |
| commit | 4e1a74241b0052db0ae191d410cd42ff33fc2226 (patch) | |
| tree | 11666d8bae020be287cf9310f498b9e14c2c277c /core/java/android | |
| parent | efb5b79fcd4bbecbac0e803623a3037d02750da8 (diff) | |
Remove unused package_verifier_state setting.
This was added during O development but never used. (It was going to
be used to store whether GPP was enabled, but the relevant settings
screen was implemented in GMS Core instead. See b/31002801, especially
comment 7 onwards.)
It now serves no purpose other than misinformation.
I also updated the test so when backup of settings is misconfigured
the error message tells you which ones.
Change-Id: Ib5e9a9ced1d1a43844889192cefddeec335f9f78
Fix: 34259924
Bug: 135751498
Test: Builds
Test: atest SettingsProviderTest
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/provider/Settings.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 8b20f0bec7be..61d8eb13bcf2 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -7881,14 +7881,6 @@ public final class Settings { public static final String DEVICE_PAIRED = "device_paired"; /** - * Integer state indicating whether package verifier is enabled. - * TODO(b/34259924): Remove this setting. - * - * @hide - */ - public static final String PACKAGE_VERIFIER_STATE = "package_verifier_state"; - - /** * Specifies additional package name for broadcasting the CMAS messages. * @hide */ |
