We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb1f534 + 90ddc90 commit b11b9fcCopy full SHA for b11b9fc
1 file changed
core/java/android/provider/ContactsContract.java
@@ -7899,6 +7899,16 @@ public static final class Intents {
7899
public static final String ACTION_GET_MULTIPLE_PHONES =
7900
"com.android.contacts.action.GET_MULTIPLE_PHONES";
7901
7902
+ /**
7903
+ * A broadcast action which is sent when any change has been made to the profile, such
7904
+ * as the profile name or the picture. A receiver must have
7905
+ * the android.permission.READ_PROFILE permission.
7906
+ *
7907
+ * @hide
7908
+ */
7909
+ public static final String ACTION_PROFILE_CHANGED =
7910
+ "android.provider.Contacts.PROFILE_CHANGED";
7911
+
7912
/**
7913
* Used with {@link #SHOW_OR_CREATE_CONTACT} to force creating a new
7914
* contact if no matching contact found. Otherwise, default behavior is
0 commit comments