Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d24a6c6 authored by Brandon Maxwell's avatar Brandon Maxwell
Browse files

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
parent d78f93b4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"