Skip to content

Commit

Permalink
Fix app crashes on file upload #34
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyAndroid committed Jun 1, 2017
1 parent da236d7 commit 26a0711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ by a child template that "extends" this file.

<!-- Provider for FileProvider. -->
<provider android:name="org.chromium.chrome.browser.util.ChromeFileProvider"
android:authorities="org.chromium.chrome.FileProvider"
android:authorities="org.chromium.chrome.browser.FileProvider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS"
Expand Down

0 comments on commit 26a0711

Please # to comment.