Skip to content

Commit b0e0011

Browse files
committed
Add URI permissions to fix crash on 4.x environments.
1 parent 9c0db4c commit b0e0011

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@
223223
</intent-filter>
224224
</receiver>
225225

226-
<provider android:name=".providers.PartProvider"
226+
<provider android:name=".providers.PartProvider"
227+
android:grantUriPermissions="true"
227228
android:authorities="org.thoughtcrime.provider.securesms" />
228229

229230
<uses-library android:name="android.test.runner" />

0 commit comments

Comments
 (0)