mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
Remove permission to fix bug on 2.3.X devices.
This commit is contained in:
parent
68c29f283d
commit
61b6d11911
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue