Add URI permissions to fix crash on 4.x environments.

This commit is contained in:
Moxie Marlinspike 2013-10-21 10:21:48 -07:00
parent 9c0db4c259
commit b0e0011060

View File

@ -223,7 +223,8 @@
</intent-filter> </intent-filter>
</receiver> </receiver>
<provider android:name=".providers.PartProvider" <provider android:name=".providers.PartProvider"
android:grantUriPermissions="true"
android:authorities="org.thoughtcrime.provider.securesms" /> android:authorities="org.thoughtcrime.provider.securesms" />
<uses-library android:name="android.test.runner" /> <uses-library android:name="android.test.runner" />