void actionBack() {
finish();
Intent intent=new Intent(this,com.linecorp.LGCC.Tuna.class);
startActivity(intent);
}
void actionBack() {
finish();
Intent intent=new Intent(this,com.linecorp.LGCC.Tuna.class);
startActivity(intent);
}