Allow AppCompat's compat onClick to work on all devices

ViewCompat.hasOnClickListeners() only works on API 15+,
so our compat onClick handling is skipped on older devices.
There's no real harm is enabling it always on older devices,
which is what this CL does.

Change-Id: Ib53d5132b8e35e9505fd60863e8256f381f66c9d
1 file changed