summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-12-08 19:12:25 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-12-08 19:12:25 +0000
commit6f47b05bfc93f65e07379788c7a8db9109f5ea5e (patch)
tree5b2132c1e55f06b3597f84f08d010cc3667ad64a
parent040db769fc9c31a95ae422c549bde3dd6986fd03 (diff)
parent90fd6fd795e08ce32922489b590a821065ca7855 (diff)
am 90fd6fd7: am a8f92597: Merge "Improve outgoing call UI responsiveness" into lmp-mr1-dev
* commit '90fd6fd795e08ce32922489b590a821065ca7855': Improve outgoing call UI responsiveness
-rw-r--r--AndroidManifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 861fd1dbc..e8def4b9c 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">