mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-02-03 12:29:30 +00:00
Fix camera issue when taking picture for contact on XPeria device (mantis issue 3204)
This commit is contained in:
parent
59b0121b7f
commit
ec33a1366b
1 changed files with 0 additions and 1 deletions
|
|
@ -331,7 +331,6 @@ public class ContactEditorFragment extends Fragment {
|
|||
final Intent captureIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
|
||||
File file = new File(Environment.getExternalStorageDirectory(), getString(R.string.temp_photo_name));
|
||||
pickedPhotoForContactUri = Uri.fromFile(file);
|
||||
captureIntent.putExtra("crop", "true");
|
||||
captureIntent.putExtra("outputX", PHOTO_SIZE);
|
||||
captureIntent.putExtra("outputY", PHOTO_SIZE);
|
||||
captureIntent.putExtra("aspectX", 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue