mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-17 03:51:03 +01:00
change the required contact photo resolution from 720 to 512
This commit is contained in:
parent
58924763a0
commit
b8e633aea8
@ -301,8 +301,8 @@ class EditContactActivity : ContactActivity() {
|
||||
Intent("com.android.camera.action.CROP").apply {
|
||||
setDataAndType(imageUri, "image/*")
|
||||
putExtra(MediaStore.EXTRA_OUTPUT, lastPhotoIntentUri)
|
||||
putExtra("outputX", 720)
|
||||
putExtra("outputY", 720)
|
||||
putExtra("outputX", 512)
|
||||
putExtra("outputY", 512)
|
||||
putExtra("aspectX", 1)
|
||||
putExtra("aspectY", 1)
|
||||
putExtra("crop", "true")
|
||||
|
Loading…
x
Reference in New Issue
Block a user