I'm on activity A. I want to go to activity B, and minimize A to Pip.
I've tried : enterPictureInPictureMode() startActivity(B)
but the result is A minimized and then change to B, without any activity on full screenMode.
How i achieve this?
I'm on activity A. I want to go to activity B, and minimize A to Pip.
I've tried : enterPictureInPictureMode() startActivity(B)
but the result is A minimized and then change to B, without any activity on full screenMode.
How i achieve this?