summaryrefslogtreecommitdiffstats
path: root/core/java
diff options
context:
space:
mode:
authorCynthia Wong <cynthiaw@google.com>2009-07-10 13:27:03 -0700
committerCynthia Wong <cynthiaw@google.com>2009-07-10 16:35:56 -0700
commit278a802dcd5d5454143127d0d59a6eb0ba96ecc7 (patch)
tree50e4fd2ccfd01e193a91b384f3f82f6619169529 /core/java
parenta11fe86d77e0fd57944e5615acb58b41a4fb4e93 (diff)
downloadframeworks_base-278a802dcd5d5454143127d0d59a6eb0ba96ecc7.zip
frameworks_base-278a802dcd5d5454143127d0d59a6eb0ba96ecc7.tar.gz
frameworks_base-278a802dcd5d5454143127d0d59a6eb0ba96ecc7.tar.bz2
Add a Gservices setting to control if we send up multipart protocol buffers
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/provider/Settings.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 6ed1ac8..bf6003e 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -2692,6 +2692,12 @@ public final class Settings {
public static final String GMAIL_NUM_RETRY_UPHILL_OP = "gmail_discard_error_uphill_op";
/**
+ * Controls if the protocol buffer version of the protocol will use a multipart request for
+ * attachment uploads. Value must be an integer where non-zero means true. Defaults to 0.
+ */
+ public static final String GMAIL_USE_MULTIPART_PROTOBUF = "gmail_use_multipart_protobuf";
+
+ /**
* the transcoder URL for mobile devices.
*/
public static final String TRANSCODER_URL = "mobile_transcoder_url";