summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWalter Jang <wjang@google.com>2015-06-16 22:28:38 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-16 22:30:35 +0000
commitdd83ffe6a098535f76a53826181eeeb8c9390c56 (patch)
tree35fe9f34297adaa35ad48a63a3f393d5defefe2c /src
parent65d3520d3cee5c3c4c4c213adf210d008c0a0409 (diff)
parentef711f78432f8f188a5322851c355809ac9137cd (diff)
downloadpackages_apps_Contacts-dd83ffe6a098535f76a53826181eeeb8c9390c56.tar.gz
packages_apps_Contacts-dd83ffe6a098535f76a53826181eeeb8c9390c56.tar.bz2
packages_apps_Contacts-dd83ffe6a098535f76a53826181eeeb8c9390c56.zip
Merge "1/2 Sync Contacts and GoogleContacts manifests" into mnc-dev
Diffstat (limited to 'src')
-rw-r--r--src/com/android/contacts/activities/ContactEditorBaseActivity.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/contacts/activities/ContactEditorBaseActivity.java b/src/com/android/contacts/activities/ContactEditorBaseActivity.java
index fe09becfd..b9edabcda 100644
--- a/src/com/android/contacts/activities/ContactEditorBaseActivity.java
+++ b/src/com/android/contacts/activities/ContactEditorBaseActivity.java
@@ -55,14 +55,14 @@ abstract public class ContactEditorBaseActivity extends ContactsActivity
*
* Only used to open the "fully expanded" editor -- {@link ContactEditorActivity}.
*/
- public static final String ACTION_EDIT = "com.google.android.contacts.action.EDIT";
+ public static final String ACTION_EDIT = "com.android.contacts.action.FULL_EDIT";
/**
* Intent action to insert a new contact with all available field inputs displayed.
*
* Only used to open the "fully expanded" editor -- {@link ContactEditorActivity}.
*/
- public static final String ACTION_INSERT = "com.google.android.contacts.action.INSERT";
+ public static final String ACTION_INSERT = "com.android.contacts.action.FULL_INSERT";
public static final String ACTION_JOIN_COMPLETED = "joinCompleted";
public static final String ACTION_SAVE_COMPLETED = "saveCompleted";