summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-03-05 00:05:00 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-05 00:05:01 +0000
commit30d443a2534934bce514dfb7ce412ada8a3ebbf4 (patch)
tree28d3499009eabfc060edca869906af77443b84c9
parent4139c566bb7b6076d3b707b6e6e6f5d3e87ad6cf (diff)
parentb9d713a5131436a41c079f0ad20f6bca6bc2f3e5 (diff)
Merge "Remove CircularRevealActivity"
-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">