am a8f92597: Merge "Improve outgoing call UI responsiveness" into lmp-mr1-dev

* commit 'a8f92597d7eb0a10967fea05811469316c27e33c':
  Improve outgoing call UI responsiveness
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 861fd1d..e8def4b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -273,6 +273,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">