Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c685e0a authored by Josh Gargus's avatar Josh Gargus Committed by Android Git Automerger
Browse files

am 2bf6ba7c: Merge "Gallery "Set Picture as" contact photo can create new contact." into jb-dev

* commit '2bf6ba7c':
  Gallery "Set Picture as" contact photo can create new contact.
parents e90ab3ad 2bf6ba7c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -591,6 +591,7 @@ public class ContactSelectionActivity extends ContactsActivity

    private void startCreateNewContactActivity() {
        Intent intent = new Intent(Intent.ACTION_INSERT, Contacts.CONTENT_URI);
        intent.putExtra(ContactEditorActivity.INTENT_KEY_FINISH_ACTIVITY_ON_SAVE_COMPLETED, true);
        startActivityAndForwardResult(intent);
    }