We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
to change //mCurrentPhotoPath = Uri.fromFile(newfile); mCurrentPhotoPath = FileProvider.getUriForFile(RegisterUserActivity.this, BuildConfig.APPLICATION_ID + ".provider", newfile);
and provider_phats.xml
<external-path name="external_files" path="."/> <!--<files-path name="captured_image" path="/Pictures/picFolder/"/>-->
there is still an error when attaching the photo Do not pass else if (requestCode == RESULT_CROP)
I'm trying to solve but I'm new to android and I can not do it
The text was updated successfully, but these errors were encountered:
No branches or pull requests
to change
//mCurrentPhotoPath = Uri.fromFile(newfile);
mCurrentPhotoPath = FileProvider.getUriForFile(RegisterUserActivity.this, BuildConfig.APPLICATION_ID + ".provider", newfile);
and
provider_phats.xml
there is still an error when attaching the photo
Do not pass else if (requestCode == RESULT_CROP)
I'm trying to solve but I'm new to android and I can not do it
The text was updated successfully, but these errors were encountered: