I am unable to understand why this is happening. Application was not in background. Incoming call came user receive the call after disconnecting call application showing in recent app list even I have applied this attribute android:excludeFromRecents="true"
I have tried
Intent.FLAG_ACTIVITY_NO_HISTORY
and
android:noHistory="true" and android:excludeFromRecents="true"
ExcludeFromRecent working when app running in background but still is not working when app is not in background.