summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-12-01 11:51:05 -0800
committerNatiq Ahmed <mnatiq@codeaurora.org>2015-03-13 15:00:30 +0530
commitcbf835fff17e011df1c8115904e452eb7a985ffb (patch)
tree26f0563684ea611da175289e76f3c95f2f42e3b8
parentdd835cc4548ba181c158ce547c4106ecb42e24cb (diff)
downloadandroid_packages_apps_Dialer-cbf835fff17e011df1c8115904e452eb7a985ffb.tar.gz
android_packages_apps_Dialer-cbf835fff17e011df1c8115904e452eb7a985ffb.tar.bz2
android_packages_apps_Dialer-cbf835fff17e011df1c8115904e452eb7a985ffb.zip
Improve outgoing call UI responsiveness
* Add CircularRevealActivity to Dialer manifest Bug: 18373617 Change-Id: I76e89fe1be628746dfa96c877aedd24abeec7350
-rw-r--r--AndroidManifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5ad079a7b..edfe0447a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -311,6 +311,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"