Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #90 from blank15/patch-1
Browse files Browse the repository at this point in the history
Fix error when get image from camera in kitkat
  • Loading branch information
alhazmy13 authored Dec 20, 2018
2 parents 3e58053 + 40f1769 commit ed57eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libary/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<provider
android:name="android.support.v4.content.FileProvider"
android:authorities="${applicationId}.provider"
android:exported="false"
android:exported="true"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
Expand Down

0 comments on commit ed57eaf

Please sign in to comment.