Android touch problem

I have a problem with touch for Android. I saw That touch is working also with

Input.GetKeyDown(Keycode.Mouse0)

but a times does not work on Android. What I can use?

Input.touches
or Input.GetMouseButtonDown(0)