Enable or Disable App Launch
// Enable
APM.setAppLaunchEnabled(true);
// Disable
APM.setAppLaunchEnabled(false);// Enable Cold App Launch
APM.setColdAppLaunchEnabled(true);
// Disable Cold App Launch
APM.setColdAppLaunchEnabled(false);Last updated