pertsa
1
Mysterious issue with immersive mode:
-
When player first starts the game immersive mode works fine.
-
If player visits desktop while playing, immersive mode still works when player comes back to game.
-
If the player quits the game (calling Application.Quit()), and then restarts the game from desktop icon, immersive mode is OK.
-
However, If the player quits the game ( still calling Application.Quit() ), and then restarts the game from recent apps list, the immersive mode is not working correctly, but leaves a black bar in the bottom screen.
Is there a way to fix this?
pertsa
2
I do not have rights to add comments, so here is a reply as an answer to a comment… 
The problem still exists, no luck with solution.
Applava
3
Adding uses-sdk android:targetSdkVersion=“21” tag in AndroidManifest.xml solved the problem for me.