diff options
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 9 |
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"> |