I am implementing picture in picture mode. Documentation says you can use android:launchMode="singleTask"
and override onNewIntent(). If I does so, it calls onConfigurationChanged() (if activity is in picture in picture mode). So, I don't want this.
What happens if I don't use singleTask launchMode? Does it will cause some problems or bugs when that particular activity is launched for the second time?