On Samsung j7 android 6.1 when changing background drawable with ripple effect, ripple plays without touching.
even setting clickable to false wont fix the problem, but fixed problem for my other devices
this.setClickable(false);
this.setBackground(offRipple);
this.setClickable(true);
