am b10036b3: Merge change Iaa321588 into eclair-mr2
Merge commit 'b10036b39003b6961c57f87f65236c1d5d0d1e52' into eclair-mr2-plus-aosp * commit 'b10036b39003b6961c57f87f65236c1d5d0d1e52': Add "deleted" row to Events table.
This commit is contained in:
@@ -514,6 +514,12 @@ public final class Calendar {
|
||||
* <P>Type: String</P>
|
||||
*/
|
||||
public static final String OWNER_ACCOUNT = "ownerAccount";
|
||||
|
||||
/**
|
||||
* Whether the row has been deleted. A deleted row should be ignored.
|
||||
* <P>Type: INTEGER (boolean)</P>
|
||||
*/
|
||||
public static final String DELETED = "deleted";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user