From 1cfa271f99d0bddf231dc9b53e1a4d4994099142 Mon Sep 17 00:00:00 2001 From: Rayan Osseiran Date: Tue, 31 Jan 2023 00:20:27 +0000 Subject: [PATCH] Add WRITE_APN_SETTINGS to shell identity - This is required for CTS that tests APN insertion and deletion without carrier privileges. Test: atest ApnReadPhoneStateTest.java (from ag/21152460) Test: atest EmergencyCallsTest.java Bug: 263485311 Change-Id: I8acd3d793d2288e0fa315c4d02071ecba4e8d1f6 --- data/etc/privapp-permissions-platform.xml | 2 ++ packages/Shell/AndroidManifest.xml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/data/etc/privapp-permissions-platform.xml b/data/etc/privapp-permissions-platform.xml index a37cb8079141d..6be48e3eca2ec 100644 --- a/data/etc/privapp-permissions-platform.xml +++ b/data/etc/privapp-permissions-platform.xml @@ -505,6 +505,8 @@ applications that come with the platform + + diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index 0664061401f30..eee91829d9a87 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -817,6 +817,9 @@ + + +