diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index b0ee479fcddbe..68eeccd259e24 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -2313,6 +2313,11 @@ public final class Settings { */ public static final String GMAIL_DISALLOW_IMAGE_PREVIEWS = "gmail_disallow_image_previews"; + /** + * The maximal size in bytes allowed for attachments when composing messages in Gmail + */ + public static final String GMAIL_MAX_ATTACHMENT_SIZE = "gmail_max_attachment_size_bytes"; + /** * The timeout in milliseconds that Gmail uses when opening a connection and reading * from it. A missing value or a value of -1 instructs Gmail to use the defaults provided