PreferenceManager.setDefaultValues(this, R.xml.preferences, false);
requestWindowFeature(Window.FEATURE_NO_TITLE);
- //getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
- // WindowManager.LayoutParams.FLAG_FULLSCREEN);
view = ShisenSho.app().getView();
ShisenSho.app().activity = this;
case R.id.undo:
case R.id.clean:
return view.onOptionsItemSelected(item);
+ case R.id.hiscore:
+ startActivity(new Intent("de.cwde.freeshisen.HISCORE", null));
+ return true;
case R.id.options:
- startActivityForResult(new Intent("de.cwde.freeshisen.SETTINGS", null), 0);
+ startActivity(new Intent("de.cwde.freeshisen.SETTINGS", null));
return true;
case R.id.about:
onAboutActivate();