diff options
-rw-r--r-- | AndroidManifest.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 861fd1dbc..e8def4b9c 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -273,6 +273,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"> |