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

Commit 0a103b3e authored by Yashdev Singh's avatar Yashdev Singh Committed by Divya Sharma
Browse files

Telephony: Disable circularRevealActivity

- Remove activity from manifest.

Change-Id: I0a2ae42562b205459180ecf1fbe15750d3323fd4
parent 21c2a40b
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -275,14 +275,6 @@
                  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"