am c4e20e9e: Merge change Iae12c7f0 into eclair

Merge commit 'c4e20e9e1ab761a6ec0766ef7cb649acca4fdc5f' into eclair-plus-aosp

* commit 'c4e20e9e1ab761a6ec0766ef7cb649acca4fdc5f':
  Add REQUESTING_PACKAGE_PARAM_KEY.
This commit is contained in:
Evan Millar
2009-09-29 16:01:34 -07:00
committed by Android Git Automerger

View File

@@ -56,6 +56,14 @@ public final class ContactsContract {
*/
public static final String CALLER_IS_SYNCADAPTER = "caller_is_syncadapter";
/**
* A query parameter key used to specify the package that is requesting a query.
* This is used for restricting data based on package name.
*
* @hide
*/
public static final String REQUESTING_PACKAGE_PARAM_KEY = "requesting_package";
/**
* @hide should be removed when users are updated to refer to SyncState
* @deprecated use SyncState instead