From ad0b01e7cfff231d12d746d22f3861eae61b47e9 Mon Sep 17 00:00:00 2001 From: Chaohui Wang Date: Fri, 15 Mar 2024 16:43:25 +0800 Subject: [PATCH] Add BootBroadcastReceiver required permissions These permissions are required for any Settings tests to run, otherwise the tests will fails. Instead of adding these permissions to each of the tests, add it to the Settings-core. Bug: 329046490 Test: unit tests Change-Id: I54dc1ebfdd062acc224021429dce318d7c12809b --- AndroidManifest.xml | 3 +++ tests/spa_unit/AndroidManifest.xml | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 5ffbbf84d01..810538ec8e3 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -143,6 +143,9 @@ + + + - - -