summaryrefslogtreecommitdiffstats
path: root/src_system/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src_system/AndroidManifest.xml')
-rw-r--r--src_system/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src_system/AndroidManifest.xml b/src_system/AndroidManifest.xml
index 000cf9d6..63a0cd1f 100644
--- a/src_system/AndroidManifest.xml
+++ b/src_system/AndroidManifest.xml
@@ -309,7 +309,8 @@
<provider
android:name=".provider.MyNavigationProvider"
android:authorities="com.android.browser.mynavigation"
- android:exported="false" />
+ android:exported="false"
+ android:grantUriPermissions="true"/>
<service android:name="org.chromium.content.app.SandboxedProcessService0"
android:process=":sandboxed_process0"