summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-12-01 11:51:05 -0800
committerYorke Lee <yorkelee@google.com>2014-12-01 11:51:05 -0800
commitfa9368984981e6227fa9ebd943c504013a90138f (patch)
treee1270411309b91216932bf1c253cbb92352d0347 /AndroidManifest.xml
parentede886737944f0237993d4b55d579fe9cfb9ba28 (diff)
downloadandroid_packages_apps_Dialer-fa9368984981e6227fa9ebd943c504013a90138f.tar.gz
android_packages_apps_Dialer-fa9368984981e6227fa9ebd943c504013a90138f.tar.bz2
android_packages_apps_Dialer-fa9368984981e6227fa9ebd943c504013a90138f.zip
Improve outgoing call UI responsiveness
* Add CircularRevealActivity to Dialer manifest Bug: 18373617 Change-Id: I76e89fe1be628746dfa96c877aedd24abeec7350
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 81ae89a57..68a9e76ec 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -272,6 +272,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">