Remove CircularRevealActivity

Change-Id: I178867378749f69c823ab1f7ebb9ac4f63d71b99
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 039cc31..861fd1d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -273,15 +273,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:launchMode="singleInstance"
-                  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">