am b11b9fc9: Merge "A new broadcast action which is sent when profile changes" into jb-mr1-dev

* commit 'b11b9fc9972ba0ae7f3d13984c5c61a8d89ca142':
  A new broadcast action which is sent when profile changes
This commit is contained in:
Makoto Onuki
2012-09-12 16:13:50 -07:00
committed by Android Git Automerger

View File

@@ -7899,6 +7899,16 @@ public final class ContactsContract {
public static final String ACTION_GET_MULTIPLE_PHONES =
"com.android.contacts.action.GET_MULTIPLE_PHONES";
/**
* A broadcast action which is sent when any change has been made to the profile, such
* as the profile name or the picture. A receiver must have
* the android.permission.READ_PROFILE permission.
*
* @hide
*/
public static final String ACTION_PROFILE_CHANGED =
"android.provider.Contacts.PROFILE_CHANGED";
/**
* Used with {@link #SHOW_OR_CREATE_CONTACT} to force creating a new
* contact if no matching contact found. Otherwise, default behavior is