summaryrefslogtreecommitdiffstats
path: root/emailcommon
diff options
context:
space:
mode:
authorPaul Westbrook <pwestbro@google.com>2014-06-20 00:09:07 -0700
committerPaul Westbrook <pwestbro@google.com>2014-06-20 00:09:07 -0700
commit4038f464dee0a33f1e7a58102857c24edf7e0eb2 (patch)
treee7f217d79112cce433e2e3f0b66f4164e690675e /emailcommon
parentb63b39d03e2b1f5ea3998459d1ba96124316d907 (diff)
downloadandroid_packages_apps_Email-4038f464dee0a33f1e7a58102857c24edf7e0eb2.tar.gz
android_packages_apps_Email-4038f464dee0a33f1e7a58102857c24edf7e0eb2.tar.bz2
android_packages_apps_Email-4038f464dee0a33f1e7a58102857c24edf7e0eb2.zip
Enable supression of combined account
This enables the client of the provider to suppress the email combined account. Later, the UI can enable a combined account that spans all of the account types Change-Id: I77e201f751019240af2274a1f74e2124b9889aab
Diffstat (limited to 'emailcommon')
-rwxr-xr-xemailcommon/src/com/android/emailcommon/provider/EmailContent.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/emailcommon/src/com/android/emailcommon/provider/EmailContent.java b/emailcommon/src/com/android/emailcommon/provider/EmailContent.java
index a10e91db8..0ae908d7e 100755
--- a/emailcommon/src/com/android/emailcommon/provider/EmailContent.java
+++ b/emailcommon/src/com/android/emailcommon/provider/EmailContent.java
@@ -144,6 +144,11 @@ public abstract class EmailContent {
public static String NOTIFIER_AUTHORITY;
public static Uri CONTENT_URI;
public static final String PARAMETER_LIMIT = "limit";
+
+ /**
+ * Query parameter for the UI accounts query to enable suppression of the combined account.
+ */
+ public static final String SUPPRESS_COMBINED_ACCOUNT_PARAM = "suppress_combined";
public static Uri CONTENT_NOTIFIER_URI;
public static Uri PICK_TRASH_FOLDER_URI;
public static Uri PICK_SENT_FOLDER_URI;