Fix black screen issue when user press back key.

Black screen flash is observed when BrowserActivity is launched
from intent and when user press back key. It turns out that this
was due to calling 'finish()' on activity. The correct behaviour
is to put activity in background which also fixes the issue.

Change-Id: I2c3d9547cfc7d357264401da902e723e44173b12
1 file changed