am 5628711a: Merge change 6855 into donut
Merge commit '5628711a6f5674070da674488513d2e1b03c4959' * commit '5628711a6f5674070da674488513d2e1b03c4959': Add a Gservices setting to control if we send up multipart protocol buffers
This commit is contained in:
committed by
Android Git Automerger
commit
4573df4db0
@@ -2713,6 +2713,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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user