mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 17:17:42 +00:00
Remove permission to fix bug on 2.3.X devices.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user