From 414eb8237767c46b6a1a5c37198a70f51556e54c Mon Sep 17 00:00:00 2001 From: Kholoud Mohamed Date: Thu, 21 Jan 2021 17:49:40 +0000 Subject: [PATCH] Add protected broadcast for PO and DO provisioning Added two protected broadcasts used to communicate between DevicePolicyManagerService and ManagedProvisioning during PO and DO provisioning. They are used to notify MP to take a snapshot of the current system apps, this snapshot is needed for the OTA logic. Bug: 176973247 Bug: 175392542 Test: N/A Change-Id: Ic9562ba8f5c684efb7c6ff292dcf5645d849e4d7 --- core/res/AndroidManifest.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 76acc0031b940..dcf267cb0e87d 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -686,6 +686,10 @@ + + + +