Don't expose Android set selection accessibility action for empty text fields
We shouldn't be exposing the SET_SELECTION action on text fields that
only have placeholder text, that's how TalkBack distinguishes between
real text and placeholder text.
Also fixes bug where CUT, COPY, and PASTE actions were set in the
base class but not the Lollipop subclass.
BUG=
645161
Committed:
https://crrev.com/f43b118065d29486b240bc3546ac566c01959ebb
Cr-Commit-Position: refs/heads/master@{#424217}