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

Commit bd6b2b41 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am a45711aa: Merge change 3765 into donut

Merge commit 'a45711aa'

* commit 'a45711aa':
  Add a gservices flag to limit the size of protobufs we can gzip
parents e69ec574 a45711aa
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2506,6 +2506,12 @@ public final class Settings {
         */
        public static final String GMAIL_BUFFER_SERVER_RESPONSE = "gmail_buffer_server_response";

        /**
         * The maximum size in bytes allowed for the provider to gzip a protocol buffer uploaded to
         * the server.
         */
        public static final String GMAIL_MAX_GZIP_SIZE = "gmail_max_gzip_size_bytes";

        /**
         * Controls whether Gmail will discard uphill operations that repeatedly fail. Value must be
         * an integer where non-zero means true. Defaults to 1.