Update JavaDoc for IMS#enableHardwareAcceleration

This makes it clear that on Android L+ devices IME developers basically
no longer need to call InputMethodService#enableHardwareAcceleration(),
because it is deprecated in Android L[1][2].  On L+ devices what IME
developers need to do is to make sure that their IMEs are compatible
with both hardware and software rendering so that the system can choose
the best rendering method.

This is basically a code clean-up that should not change any actual
behavior.

 [1]: I906d48cb07af50fa02dae4f4ecdb5e65211fc6ef
      5e1565ead6dbb7d5c414522591f61b16a23de1c3
 [2]: I126ea823eb2eeabb29d30999dec9c9411b33b315
      e07b595519e68a8ee524b1886dea01475047abec

Bug: 31202732
Change-Id: I416669b172737e3eb3d77165dcea50289d207514
1 file changed