Loading src/com/android/contacts/ContactsListActivity.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -648,10 +648,12 @@ public class ContactsListActivity extends ListActivity implements View.OnCreateC if (component.equals("alias.DialShortcut")) { if (component.equals("alias.DialShortcut")) { mMode = MODE_PICK_PHONE; mMode = MODE_PICK_PHONE; mShortcutAction = Intent.ACTION_CALL; mShortcutAction = Intent.ACTION_CALL; mShowSearchSnippets = false; setTitle(R.string.callShortcutActivityTitle); setTitle(R.string.callShortcutActivityTitle); } else if (component.equals("alias.MessageShortcut")) { } else if (component.equals("alias.MessageShortcut")) { mMode = MODE_PICK_PHONE; mMode = MODE_PICK_PHONE; mShortcutAction = Intent.ACTION_SENDTO; mShortcutAction = Intent.ACTION_SENDTO; mShowSearchSnippets = false; setTitle(R.string.messageShortcutActivityTitle); setTitle(R.string.messageShortcutActivityTitle); } else if (mSearchMode) { } else if (mSearchMode) { mMode = MODE_PICK_CONTACT; mMode = MODE_PICK_CONTACT; Loading Loading
src/com/android/contacts/ContactsListActivity.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -648,10 +648,12 @@ public class ContactsListActivity extends ListActivity implements View.OnCreateC if (component.equals("alias.DialShortcut")) { if (component.equals("alias.DialShortcut")) { mMode = MODE_PICK_PHONE; mMode = MODE_PICK_PHONE; mShortcutAction = Intent.ACTION_CALL; mShortcutAction = Intent.ACTION_CALL; mShowSearchSnippets = false; setTitle(R.string.callShortcutActivityTitle); setTitle(R.string.callShortcutActivityTitle); } else if (component.equals("alias.MessageShortcut")) { } else if (component.equals("alias.MessageShortcut")) { mMode = MODE_PICK_PHONE; mMode = MODE_PICK_PHONE; mShortcutAction = Intent.ACTION_SENDTO; mShortcutAction = Intent.ACTION_SENDTO; mShowSearchSnippets = false; setTitle(R.string.messageShortcutActivityTitle); setTitle(R.string.messageShortcutActivityTitle); } else if (mSearchMode) { } else if (mSearchMode) { mMode = MODE_PICK_CONTACT; mMode = MODE_PICK_CONTACT; Loading