Correctly pass photo data to contact editor

This preserves existing behavior of always going through the same
Create new contact or add to existing contact flow, but correctly
passes the photo into the contact editor.

Bug: 11168659
Change-Id: Ie8b249cf6d1825f72b884b5eea1e0b465998d111
diff --git a/src/com/android/contacts/model/ContactLoader.java b/src/com/android/contacts/model/ContactLoader.java
index 7ca1329..e10fc6c 100644
--- a/src/com/android/contacts/model/ContactLoader.java
+++ b/src/com/android/contacts/model/ContactLoader.java
@@ -372,7 +372,7 @@
                 -1 /* id */,
                 -1 /* nameRawContactId */,
                 displayNameSource,
-                -1 /* photoId */,
+                0 /* photoId */,
                 photoUri,
                 displayName,
                 altDisplayName,