File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
core/java/android/provider Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -7899,6 +7899,16 @@ public static final class Intents {
78997899 public static final String ACTION_GET_MULTIPLE_PHONES =
79007900 "com.android.contacts.action.GET_MULTIPLE_PHONES" ;
79017901
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+
79027912 /**
79037913 * Used with {@link #SHOW_OR_CREATE_CONTACT} to force creating a new
79047914 * contact if no matching contact found. Otherwise, default behavior is
You can’t perform that action at this time.
0 commit comments