summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-12-05 00:41:47 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-12-05 00:41:48 +0000
commita8f92597d7eb0a10967fea05811469316c27e33c (patch)
tree515aa18c11ed5c38abf91bd2e2603753d99c5672 /AndroidManifest.xml
parent7b79c35186c5e8e6fc4fe6ec9411383253777083 (diff)
parentfa9368984981e6227fa9ebd943c504013a90138f (diff)
downloadandroid_packages_apps_Dialer-a8f92597d7eb0a10967fea05811469316c27e33c.tar.gz
android_packages_apps_Dialer-a8f92597d7eb0a10967fea05811469316c27e33c.tar.bz2
android_packages_apps_Dialer-a8f92597d7eb0a10967fea05811469316c27e33c.zip
Merge "Improve outgoing call UI responsiveness" into lmp-mr1-dev
Diffstat (limited to 'AndroidManifest.xml')
-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">