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

Commit 9d93735d authored by cketti's avatar cketti
Browse files

Don't "export" BootReceiver's scheduleIntent action

parent 64cd587b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -319,9 +319,6 @@
            <intent-filter>
                <action android:name="com.android.sync.SYNC_CONN_STATUS_CHANGED"/>
            </intent-filter>
            <intent-filter>
                <action android:name="com.fsck.k9.service.BroadcastReceiver.scheduleIntent"/>
            </intent-filter>
        </receiver>

        <receiver