-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use intent specification of image croping #1
Labels
Comments
Yes I agree. Should be fixed in next update. |
this intent will not work on some cellphone such as meizu and some of huawei,their rom has been changed to much.Setting the input and output uri is a nice way to avoid the problem. |
We decided to keep uCrop builder API in the near future. |
Cool04ek
pushed a commit
that referenced
this issue
Nov 14, 2016
Closed
ammargitham
referenced
this issue
in ammargitham/uCrop
Dec 24, 2020
…me-edit Add save state & resume edit feature.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an intent com.android.camera.action.CROP (http://www.openintents.org/action/com-android-camera-action-crop/)
You could use the same extra keys and use the data uri instead of input key. Use MediaStore.EXTRA_OUTPUT for the output uri.
The text was updated successfully, but these errors were encountered: