summaryrefslogtreecommitdiffstats
path: root/core/res/AndroidManifest.xml
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2010-12-06 17:32:59 -0800
committerNick Pelly <npelly@google.com>2010-12-06 17:32:59 -0800
commit35042f1f58663fd00a08e4a8dd51c59bfeddda78 (patch)
tree57f1c6dd07f47d1ecc62043cde953b18c553e40a /core/res/AndroidManifest.xml
parent3d524e562606e7994ede3429b37937f40f94cd41 (diff)
downloadframeworks_base-35042f1f58663fd00a08e4a8dd51c59bfeddda78.zip
frameworks_base-35042f1f58663fd00a08e4a8dd51c59bfeddda78.tar.gz
frameworks_base-35042f1f58663fd00a08e4a8dd51c59bfeddda78.tar.bz2
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
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r--core/res/AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 07a48e7..b83aea8 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -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" />