From 4d24a6c6f1b64af9dae478c3cb69ba40fd204648 Mon Sep 17 00:00:00 2001 From: Brandon Maxwell Date: Tue, 1 Mar 2016 20:13:09 -0800 Subject: Fixing call notifications for FBE + The NotificationBroadcastReceiver needs to be encryption aware so it runs and can be used to accept/decline calls when the device is file based encryption locked. + Prior to this change, the buttons in call notifications wouldn't do anything because the BroadcastReceiver didn't exist in this locked state. Bug: 27172859 Change-Id: Ib5e17f4c530820a42af97d2d2d9aae327273b9df --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index cbe4e1b0b..d23fca617 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -314,6 +314,7 @@