diff options
| author | 2020-03-09 08:30:06 +0000 | |
|---|---|---|
| committer | 2020-03-09 08:30:06 +0000 | |
| commit | dcfaed6248f3adc34bb7bdf2991a8903e4b2ffa1 (patch) | |
| tree | db78380fbda9e1a1b247b1245b74a65da6d09b9e /packages/Shell/AndroidManifest.xml | |
| parent | 8d14f5162af88c3ce4c6047c998c48974b33bb2f (diff) | |
Revert "Shell: Grant NETWORK_STACK permission for CTS"
This reverts commit 8d14f5162af88c3ce4c6047c998c48974b33bb2f.
Bug: 150236894
Reason for revert: It is not appropriate from a security perspective for the shell to have this permission.
Change-Id: I5b933fe6850ebd5b5f230c16722357ead4ec4286
Diffstat (limited to 'packages/Shell/AndroidManifest.xml')
| -rw-r--r-- | packages/Shell/AndroidManifest.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index 241c512a856c..ef7f167652f2 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -204,7 +204,6 @@ <!-- Permission needed to run network tests in CTS --> <uses-permission android:name="android.permission.MANAGE_TEST_NETWORKS" /> - <uses-permission android:name="android.permission.NETWORK_STACK" /> <!-- Permission needed to test tcp keepalive offload. --> <uses-permission android:name="android.permission.PACKET_KEEPALIVE_OFFLOAD" /> |