kopia lustrzana https://github.com/ryukoposting/Signal-Android
Add URI permissions to fix crash on 4.x environments.
rodzic
9c0db4c259
commit
b0e0011060
|
@ -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" />
|
||||||
|
|
Ładowanie…
Reference in New Issue