summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorChia-chi Yeh <chiachi@android.com>2011-06-17 16:34:32 -0700
committerChia-chi Yeh <chiachi@android.com>2011-06-17 16:34:32 -0700
commit3f3337a662e9916bbf14502ef3b32dedaa7adfa4 (patch)
treeff618b98e69808ae0cc4782b1808b5a0ab8fd626 /core
parentced4bb1df71355ff308ca4e8bfdc4a43ae53795b (diff)
downloadframeworks_base-3f3337a662e9916bbf14502ef3b32dedaa7adfa4.zip
frameworks_base-3f3337a662e9916bbf14502ef3b32dedaa7adfa4.tar.gz
frameworks_base-3f3337a662e9916bbf14502ef3b32dedaa7adfa4.tar.bz2
VPN: avoid leaking file descriptors.
Change-Id: If70f5af3529d79bddb9d72675cf6eb038ff3ff70
Diffstat (limited to 'core')
-rw-r--r--core/res/AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index a8aff37..47902a8 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -91,6 +91,8 @@
<protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
<protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_DETACHED" />
+ <protected-broadcast android:name="android.net.vpn.action.REVOKED" />
+
<protected-broadcast android:name="android.nfc.action.LLCP_LINK_STATE_CHANGED" />
<protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_ON_DETECTED" />
<protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_OFF_DETECTED" />