- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
/** * Install the condom protection for current process if it is not the default process. * * <p>This method must be called in {@link Application#onCreate()} to eliminate potential leakage. */ public static void installExceptDefaultProcess(final Application app) { installExceptDefaultProcess(app, new CondomOptions()); }
private static void installCondomProcess(final Context context, final CondomOptions options) { CondomProcess.installExceptDefaultProcess((Application) context.getApplicationContext(), options); }
/** * Install the condom protection for current process if it is not the default process. * * <p>This method must be called in {@link Application#onCreate()} to eliminate potential leakage. */ public static void installExceptDefaultProcess(final Application app) { installExceptDefaultProcess(app, new CondomOptions()); }