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

Commit e73daa51 authored by Yorke Lee's avatar Yorke Lee Committed by Divya Sharma
Browse files

Improve outgoing call UI responsiveness

* Add CircularRevealActivity to Dialer manifest

Bug: 18373617
Change-Id: I511efa4f01a559a1b537426ba7775779a3e099fd
parent b1df1070
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -275,6 +275,14 @@
                  android:screenOrientation="nosensor" >
        </activity>

        <activity android:name="com.android.incallui.CircularRevealActivity"
                  android:theme="@style/Theme.CircularRevealAnimation"
                  android:exported="false"
                  android:configChanges="keyboardHidden|orientation"
                  android:noHistory="true"
                  android:excludeFromRecents="true"
                  android:screenOrientation="nosensor" />

        <!-- BroadcastReceiver for receiving Intents from Notification mechanism. -->
        <receiver android:name="com.android.incallui.InCallApp$NotificationBroadcastReceiver"
                  android:exported="false"