summaryrefslogtreecommitdiff
path: root/core/proto
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2021-04-21 20:09:40 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-04-21 20:09:40 +0000
commitf41708d93dc113bd5703dd4da73ac5772ad2fe0c (patch)
tree20552f1aa2adf9f887704feb311baa08c4fd10ce /core/proto
parent156f81218c7223aed0f1ea37515978506773c299 (diff)
parent8b8d4f86846a34a80e96ad3db64c2d119ef32511 (diff)
Merge "Remove Settings.System.DATE_FORMAT" into sc-dev
Diffstat (limited to 'core/proto')
-rw-r--r--core/proto/android/providers/settings/system.proto3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/proto/android/providers/settings/system.proto b/core/proto/android/providers/settings/system.proto
index b723b5307bc1..f8b5b233c607 100644
--- a/core/proto/android/providers/settings/system.proto
+++ b/core/proto/android/providers/settings/system.proto
@@ -52,7 +52,8 @@ message SystemSettingsProto {
}
optional Bluetooth bluetooth = 4;
- optional SettingProto date_format = 5 [ (android.privacy).dest = DEST_AUTOMATIC ];
+ reserved 5; // date_format is not used
+
optional SettingProto display_color_mode = 6 [ (android.privacy).dest = DEST_AUTOMATIC ];
message DevOptions {