diff options
author | Robert Greenwalt <rgreenwalt@google.com> | 2013-04-18 10:29:29 -0700 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2015-08-31 10:52:13 +0200 |
commit | 9948ec983f82f5a91fbde3a75246ddddc7442d19 (patch) | |
tree | 5b4da27558b6229fd86a0f96dabeaaf6d479b52c | |
parent | d1fdb3c761c61a19ce42d104c7b010418be3d058 (diff) | |
download | frameworks_base-9948ec983f82f5a91fbde3a75246ddddc7442d19.zip frameworks_base-9948ec983f82f5a91fbde3a75246ddddc7442d19.tar.gz frameworks_base-9948ec983f82f5a91fbde3a75246ddddc7442d19.tar.bz2 |
Secure broadcasts.
Prevents 3rd party spoofing.
Bug: 7622253
Change-Id: I1e1a9887afe009d060205e349c31e3aefba2ea5b
Signed-off-by: Robert Greenwalt <rgreenwalt@google.com>
Tested-by: Moritz Bandemer <replicant@posteo.mx>
-rw-r--r-- | core/res/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 7485962..b434294 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -135,6 +135,7 @@ <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE" /> <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE" /> <protected-broadcast android:name="android.net.conn.DATA_ACTIVITY_CHANGE" /> + <protected-broadcast android:name="android.net.conn.BACKGROUND_DATA_SETTING_CHANGED" /> <protected-broadcast android:name="android.nfc.action.LLCP_LINK_STATE_CHANGED" /> <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_ON_DETECTED" /> |