How to add a EXIT button in a android game in Unity 5.3?

Just want to get the way of doing it

public void Exity()
{
print(“QuitApp callled”);

				Application.Quit();
		}

Add this to a GUI Button.