Do not export EventReceiver
Conversations only listens for system events which do not need the receiver to be exported.
This commit is contained in:
parent
73994bebd2
commit
49b0550d9b
|
@ -98,7 +98,7 @@
|
|||
|
||||
<receiver
|
||||
android:name=".services.EventReceiver"
|
||||
android:exported="true">
|
||||
android:exported="false">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
||||
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
|
||||
|
|
Loading…
Reference in a new issue