Loading AndroidManifest.xml +8 −0 Original line number Diff line number Diff line Loading @@ -275,6 +275,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" Loading Loading
AndroidManifest.xml +8 −0 Original line number Diff line number Diff line Loading @@ -275,6 +275,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" Loading