mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-22 16:07:30 +00:00
Remove permission to fix bug on 2.3.X devices.
This commit is contained in:
parent
68c29f283d
commit
61b6d11911
@ -137,8 +137,7 @@
|
||||
|
||||
<receiver android:name=".service.SmsListener"
|
||||
android:enabled="true"
|
||||
android:exported="true"
|
||||
android:permission="android.permission.BROADCAST_SMS">
|
||||
android:exported="true">
|
||||
<intent-filter android:priority="1001">
|
||||
<action android:name="android.provider.Telephony.SMS_RECEIVED"></action>
|
||||
</intent-filter>
|
||||
|
Loading…
x
Reference in New Issue
Block a user