Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a775b1c authored by Felipe Leme's avatar Felipe Leme
Browse files

Removed reserverd proto number.

Test: echo 'In TreeHugger we trust!'
Bug: 121037717

Change-Id: I450835f8186e2c38378260b5c314a90942e4e5f3
parent 0b409e8c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -230,8 +230,6 @@ message GlobalSettingsProto {
    }
    optional Connectivity connectivity = 32;

    reserved 145; // Used to be ContentCapture, which moved to DeviceConfig

    optional SettingProto contact_metadata_sync_enabled = 33 [ (android.privacy).dest = DEST_AUTOMATIC ];
    optional SettingProto contacts_database_wal_enabled = 34 [ (android.privacy).dest = DEST_AUTOMATIC ];

@@ -1039,5 +1037,5 @@ message GlobalSettingsProto {

    // Please insert fields in alphabetical order and group them into messages
    // if possible (to avoid reaching the method limit).
    // Next tag = 149;
    // Next tag = 145 then 149; // (145 was removed)
}