|
|
|
@ -262,7 +262,7 @@ public class EmailProvider implements Parcelable {
|
|
|
|
|
|
|
|
|
|
|
|
provider.order = getAttributeIntValue(xml, "order", Integer.MAX_VALUE);
|
|
|
|
provider.order = getAttributeIntValue(xml, "order", Integer.MAX_VALUE);
|
|
|
|
provider.keepalive = getAttributeIntValue(xml, "keepalive", 0);
|
|
|
|
provider.keepalive = getAttributeIntValue(xml, "keepalive", 0);
|
|
|
|
provider.noop = getAttributeBooleanValue(xml, "noop", true);
|
|
|
|
provider.noop = getAttributeBooleanValue(xml, "noop", false);
|
|
|
|
provider.partial = getAttributeBooleanValue(xml, "partial", true);
|
|
|
|
provider.partial = getAttributeBooleanValue(xml, "partial", true);
|
|
|
|
provider.raw = getAttributeBooleanValue(xml, "raw", false);
|
|
|
|
provider.raw = getAttributeBooleanValue(xml, "raw", false);
|
|
|
|
provider.useip = getAttributeBooleanValue(xml, "useip", true);
|
|
|
|
provider.useip = getAttributeBooleanValue(xml, "useip", true);
|
|
|
|
|