DO NOT MERGE: Add account flag for use by sync adapters

Bug: 2028418
Backport of Idc4bd74877b4edee9dab5401c4825eab82220f23

Change-Id: Ie119973ef11e982d75caf85ff03caada6e869695
This commit is contained in:
Andy Stadler 2011-03-07 12:12:01 -08:00
parent 7cdb25800d
commit a0145e173f
1 changed files with 2 additions and 0 deletions

View File

@ -994,6 +994,8 @@ public abstract class EmailContent {
public static final int FLAGS_VIBRATE_WHEN_SILENT = 64;
public static final int FLAGS_SUPPORTS_SMART_FORWARD = 128;
public static final int FLAGS_BACKGROUND_ATTACHMENTS = 256;
// Available to sync adapter
public static final int FLAGS_SYNC_ADAPTER = 512;
public static final int DELETE_POLICY_NEVER = 0;
public static final int DELETE_POLICY_7DAYS = 1; // not supported