When i use vuforia 4 then the Back button i can control using below code wherever i need in the script
if(Input.GetKeyDown(KeyCode.Escape))
{
}
But after update the project into vuforia 4.2.3 and use the same method and press the back button the app is closing. I searched all the script but i don't find any code. Please help on this