mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
minSdk of 9 means that providers are exported by default
// FREEBIE
This commit is contained in:
parent
df27fa47ed
commit
1e2a45d440
@ -441,7 +441,7 @@
|
|||||||
|
|
||||||
<receiver android:name=".notifications.WearReplyReceiver"
|
<receiver android:name=".notifications.WearReplyReceiver"
|
||||||
android:enabled="true"
|
android:enabled="true"
|
||||||
android:exported="true">
|
android:exported="false">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="org.thoughtcrime.securesms.notifications.WEAR_REPLY"/>
|
<action android:name="org.thoughtcrime.securesms.notifications.WEAR_REPLY"/>
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
@ -449,10 +449,12 @@
|
|||||||
|
|
||||||
<provider android:name=".providers.PartProvider"
|
<provider android:name=".providers.PartProvider"
|
||||||
android:grantUriPermissions="true"
|
android:grantUriPermissions="true"
|
||||||
|
android:exported="false"
|
||||||
android:authorities="org.thoughtcrime.provider.securesms" />
|
android:authorities="org.thoughtcrime.provider.securesms" />
|
||||||
|
|
||||||
<provider android:name=".providers.MmsBodyProvider"
|
<provider android:name=".providers.MmsBodyProvider"
|
||||||
android:grantUriPermissions="true"
|
android:grantUriPermissions="true"
|
||||||
|
android:exported="false"
|
||||||
android:authorities="org.thoughtcrime.provider.securesms.mms" />
|
android:authorities="org.thoughtcrime.provider.securesms.mms" />
|
||||||
|
|
||||||
<receiver android:name=".service.RegistrationNotifier"
|
<receiver android:name=".service.RegistrationNotifier"
|
||||||
|
Loading…
Reference in New Issue
Block a user