summaryrefslogtreecommitdiffstats
path: root/core/res/AndroidManifest.xml
diff options
context:
space:
mode:
authorRobert Greenwalt <rgreenwalt@google.com>2010-11-02 14:08:23 -0700
committerRobert Greenwalt <rgreenwalt@google.com>2010-11-04 11:52:35 -0700
commit03595d01188d88c169e8c9dd51b357fd545e69cc (patch)
treeddad8c3f64f73ee22248c369cf567d8e036aa26d /core/res/AndroidManifest.xml
parentb52907f6be7edb3a8b709348af484dd7d646b13e (diff)
downloadframeworks_base-03595d01188d88c169e8c9dd51b357fd545e69cc.zip
frameworks_base-03595d01188d88c169e8c9dd51b357fd545e69cc.tar.gz
frameworks_base-03595d01188d88c169e8c9dd51b357fd545e69cc.tar.bz2
Tell each VM to flush their DNS cache.
bug:3095357 Change-Id: I93de24e3e5a7d8b94d55f4facfffc863a2b8c202
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r--core/res/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 3331e1b..43f175f 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -91,6 +91,7 @@
<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" />
+ <protected-broadcast android:name="android.intent.action.CLEAR_DNS_CACHE" />
<!-- ====================================== -->
<!-- Permissions for things that cost money -->