Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 800ccc1e authored by Fynn Godau's avatar Fynn Godau Committed by Marvin W.
Browse files

Add explicit exported value

parent d5a01d9e
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -37,7 +37,8 @@

        <service
            android:name="org.microg.gms.nearby.exposurenotification.ExposureNotificationService"
            android:process=":persistent">
            android:process=":persistent"
            android:exported="true">
            <intent-filter>
                <action android:name="com.google.android.gms.nearby.exposurenotification.START" />
            </intent-filter>
@@ -45,7 +46,8 @@

        <receiver
            android:name="org.microg.gms.nearby.exposurenotification.ServiceTrigger"
            android:process=":persistent">
            android:process=":persistent"
            android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED" />