Ejemplo n.º 1
0
 /**
  * Stop the currently playing media.
  *
  * @return Whether media were playing when before the operation.
  */
 public boolean stop() {
   return mController.stop();
 }