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

Commit 35042f1f authored by Nick Pelly's avatar Nick Pelly
Browse files

Remove ACTION_TAG_DISCOVERED from protected broadcast list.

ACTION_TAG_DISCOVERED is a start activity intent, not a broadcast intent, so
its presence in this list is redundant.

Change-Id: I05419ec9c4471b7b11c9ae50a02e5ac3d9e572d2
parent 3d524e56
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -86,7 +86,6 @@
    <protected-broadcast android:name="android.hardware.action.USB_DISCONNECTED" />
    <protected-broadcast android:name="android.hardware.action.USB_STATE" />

    <protected-broadcast android:name="android.nfc.action.TAG_DISCOVERED" />
    <protected-broadcast android:name="android.nfc.action.LLCP_LINK_STATE_CHANGED" />
    <protected-broadcast android:name="android.nfc.action.TRANSACTION_DETECTED" />