Merge "Fixing call notifications for FBE" into nyc-dev am: 27f6dbe2bb
am: e5e5b4f6b7

* commit 'e5e5b4f6b7f77fdfaf231713e6c613c8162794cc':
  Fixing call notifications for FBE
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index cbe4e1b..d23fca6 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -314,6 +314,7 @@
 
         <!-- BroadcastReceiver for receiving Intents from Notification mechanism. -->
         <receiver android:name="com.android.incallui.NotificationBroadcastReceiver"
+                  android:encryptionAware="true"
                   android:exported="false" />
 
         <service android:name="com.android.incallui.InCallServiceImpl"