From 3a662d08d00b0142ae7ac8537670fb596b6c6dac Mon Sep 17 00:00:00 2001 From: Etan Cohen Date: Mon, 23 Dec 2019 14:39:54 -0800 Subject: [PATCH] [WIFI] Protect broadcasts used by the Wi-Fi framework Make sure the broadcasts used by the Wi-Fi framework are protected: i.e. can only be transmitted by privileged components (as opposed to any 3rd party app). Bug: 146642727 Test: atest android.net.wifi Test: atest com.android.server.wifi Change-Id: I9a0bf4428774b13cc6414a223f378e09341a6a55 --- core/res/AndroidManifest.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 44a902c830f23..dc584ab4a9146 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -347,6 +347,10 @@ + + + +