Exemple #1
0
  public static void stopService(String service, boolean save, Context context) {
    RootUtils.runCommand("stop " + service);
    if (service.equals(HOTPLUG_MPDEC)) bringCoresOnline();

    if (save) commandSaver(context, service, "stop " + service);
  }