Ejemplo n.º 1
0
 private void launch() {
     disableAll();
     startBlinkingImage((ImageView) findViewById(R.id.star));
     startBlinkingStatus(_(R.string.status_launching));
     LaunchService.execute(this);
 }