Loading src/com/android/contacts/activities/AttachPhotoActivity.java +2 −2 Original line number Diff line number Diff line Loading @@ -83,8 +83,8 @@ public class AttachPhotoActivity extends ContactsActivity { mTempPhotoFile = ContactPhotoUtils.generateTempPhotoFile(this); mTempPhotoUri = Uri.fromFile(mTempPhotoFile); Intent intent = new Intent(Intent.ACTION_GET_CONTENT); intent.setType(Contacts.CONTENT_ITEM_TYPE); Intent intent = new Intent(Intent.ACTION_PICK); intent.setType(Contacts.CONTENT_TYPE); startActivityForResult(intent, REQUEST_PICK_CONTACT); } Loading Loading
src/com/android/contacts/activities/AttachPhotoActivity.java +2 −2 Original line number Diff line number Diff line Loading @@ -83,8 +83,8 @@ public class AttachPhotoActivity extends ContactsActivity { mTempPhotoFile = ContactPhotoUtils.generateTempPhotoFile(this); mTempPhotoUri = Uri.fromFile(mTempPhotoFile); Intent intent = new Intent(Intent.ACTION_GET_CONTENT); intent.setType(Contacts.CONTENT_ITEM_TYPE); Intent intent = new Intent(Intent.ACTION_PICK); intent.setType(Contacts.CONTENT_TYPE); startActivityForResult(intent, REQUEST_PICK_CONTACT); } Loading