設定アプリでプロセスを止めるとき
Settings>App>Running Process
110 public void onClick(View v) { 111 if (v == mReportButton) { 160 } 162 if (mManageIntent != null) { 175 } else if (mServiceItem != null) { 177 } else if (mActiveItem.mItem.mBackground) { 181 } else { 182 // Heavy-weight process. We'll do a force-stop on it. 183 mAm.forceStopPackage(mActiveItem.mItem.mPackageInfo.packageName); 184 finish();