Skip to content

Commit 26a0711

Browse files
committed
Fix app crashes on file upload JackyAndroid#34
1 parent da236d7 commit 26a0711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ by a child template that "extends" this file.
953953

954954
<!-- Provider for FileProvider. -->
955955
<provider android:name="org.chromium.chrome.browser.util.ChromeFileProvider"
956-
android:authorities="org.chromium.chrome.FileProvider"
956+
android:authorities="org.chromium.chrome.browser.FileProvider"
957957
android:exported="false"
958958
android:grantUriPermissions="true">
959959
<meta-data android:name="android.support.FILE_PROVIDER_PATHS"

0 commit comments

Comments
 (0)