summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2015-03-16 02:45:58 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2015-03-16 02:45:58 -0700
commitfbf7e1f92a8a9d27c5def34d0b874e9b58c3d7dd (patch)
tree26f0563684ea611da175289e76f3c95f2f42e3b8
parentfcc1b092d4915582e0d495b1299b6d75f4bef343 (diff)
parentcbf835fff17e011df1c8115904e452eb7a985ffb (diff)
downloadandroid_packages_apps_Dialer-fbf7e1f92a8a9d27c5def34d0b874e9b58c3d7dd.tar.gz
android_packages_apps_Dialer-fbf7e1f92a8a9d27c5def34d0b874e9b58c3d7dd.tar.bz2
android_packages_apps_Dialer-fbf7e1f92a8a9d27c5def34d0b874e9b58c3d7dd.zip
Merge "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 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"