esri.layers._GraphicsContainer.prototype._tolerance = 15;
For Android, you many need to increase the click tolerance. The default value that we use is 5 pixels. You can increase this using the following after the page loads:esri.layers._GraphicsContainer.prototype._tolerance = 15;