Do not export EventReceiver

Conversations only listens for system events which do not need the receiver to
be exported.
This commit is contained in:
Daniel Gultsch 2023-10-14 10:43:59 +02:00
parent 73994bebd2
commit 49b0550d9b
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2

View file

@ -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" />