protected void onStart() {
   super.onStart();
 }
 protected void onStop() {
   super.onStop();
 }
  protected void onResume() {

    super.onResume();
  }
 protected void onRestart() {
   super.onRestart();
 }
 protected void onPause() {
   super.onPause();
 }
 protected void onDestroy() {
   super.onDestroy();
 }
 protected void onCreate(Bundle paramBundle) {
   super.onCreate(paramBundle);
   setContentView(R.layout.setting_activity);
 }