From ab19a048551234641ab90e841a1c22e621c6ee75 Mon Sep 17 00:00:00 2001 From: Lorenzo Colitti Date: Fri, 7 Apr 2017 05:13:29 +0000 Subject: [PATCH] Add NETWORK_STACK permission Add a new permission that only allows other system services to call networking related methods. This permission is intended to prevent other apps from calling these methods that might leave networking services in intermediate states. Bug: 36538042 Test: build, run wifi unit tests, boots, wifi connects Change-Id: Icba6ad5280e9a8863bd1c706ca34b7add8de5294 (cherry picked from commit fa84050a7e51e2a6643ea242b43f16cd6e3114dd) --- core/res/AndroidManifest.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index bfb1356a03e35..a27c5ac9e5a2d 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1300,6 +1300,13 @@ + + +