OnCreate (Bundle bundle){
  mPref = getPreferences();   int c = mPref.getInt("numRun",0);   c++;   mPref.edit().putInt("numRun",c).commit();   }