summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-02-25 19:54:38 -0800
committerYorke Lee <yorkelee@google.com>2015-02-25 19:54:38 -0800
commitb9d713a5131436a41c079f0ad20f6bca6bc2f3e5 (patch)
treec6a93dd70ee399733bccba366fab6e0a43601ce7 /AndroidManifest.xml
parente65f03182eb76fabe8337a82fc3eef7230b669a1 (diff)
downloadandroid_packages_apps_Dialer-b9d713a5131436a41c079f0ad20f6bca6bc2f3e5.tar.gz
android_packages_apps_Dialer-b9d713a5131436a41c079f0ad20f6bca6bc2f3e5.tar.bz2
android_packages_apps_Dialer-b9d713a5131436a41c079f0ad20f6bca6bc2f3e5.zip
Remove CircularRevealActivity
Change-Id: I178867378749f69c823ab1f7ebb9ac4f63d71b99
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 039cc3183..861fd1dbc 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -273,15 +273,6 @@
android:screenOrientation="nosensor" >
</activity>
- <activity android:name="com.android.incallui.CircularRevealActivity"
- android:theme="@style/Theme.CircularRevealAnimation"
- android:exported="false"
- android:configChanges="keyboardHidden|orientation"
- android:launchMode="singleInstance"
- 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">