diff options
| -rw-r--r-- | core/proto/android/os/system_properties.proto | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/proto/android/os/system_properties.proto b/core/proto/android/os/system_properties.proto index 973fa5a5e1bd..c9fef4355f89 100644 --- a/core/proto/android/os/system_properties.proto +++ b/core/proto/android/os/system_properties.proto @@ -446,8 +446,7 @@ message SystemPropertiesProto { } optional Telephony telephony = 38; - optional string url_legal = 39; - optional string url_legal_android_privacy = 40; + reserved 39, 40; // Removed url_legal* props message Vendor { optional string build_date = 1; |