From 1fd6f62dee159dc7f9b813dc563beddc3f0d404c Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Tue, 23 Feb 2021 20:45:16 -0800 Subject: [PATCH] Fix issue with Telecom CTS tests. A Telecom CTS test adopts shell permission and registers a phone state listener which listens for emergency calls. The telecom CTS tests adopt shell identity to get READ_ACTIVE_EMERGENCY_SESSION. However, it was neglected to add a pre-grant to shell for the emergency session permission. Test: Run CTS tests to observe presence of security exception. Bug: 169603138 Change-Id: If8304a741e93bfd60b553239452deeaefddcc04a --- data/etc/privapp-permissions-platform.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/etc/privapp-permissions-platform.xml b/data/etc/privapp-permissions-platform.xml index 8fd5d804adc05..77854da853e86 100644 --- a/data/etc/privapp-permissions-platform.xml +++ b/data/etc/privapp-permissions-platform.xml @@ -363,6 +363,8 @@ applications that come with the platform + +