commit | 28b68e5a59289f6947dc799b66a3b503571f876e | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Wed Jun 10 15:26:58 2009 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Wed Jun 10 15:49:52 2009 -0700 |
tree | 997ca8777e34fc6a420f4b19a61dc19f1725306b | |
parent | f7a4c4850c4004aec8798a3fbd4dbda9bc3e79f8 [diff] |
Added data restriction constants to ContactsContract. Each data item can now be flagged as IS_RESTRICTED by the package that owns it. Restricted data items will only be visible to the owning package, unless the owner creates RestrictionExceptions for other packages. Currently @hide, so no current.xml needed.