Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,23 +1 @@
package de.robv.android.xposed.installer.installation;

import de.robv.android.xposed.installer.util.RootUtil;
import eu.chainfire.libsuperuser.Shell;

public interface FlashCallback extends RootUtil.LineCallback {
void onStarted();
void onDone();
void onError(int exitCode, String error);

int OK = 0;
int ERROR_GENERIC = 1;

// SU errors
int ERROR_TIMEOUT = Shell.OnCommandResultListener.WATCHDOG_EXIT;
int ERROR_SHELL_DIED = Shell.OnCommandResultListener.SHELL_DIED;
int ERROR_NO_ROOT_ACCESS = Shell.OnCommandResultListener.SHELL_EXEC_FAILED;

// ZIP errors
int ERROR_INVALID_ZIP = -100;
int ERROR_NOT_FLASHABLE_IN_APP = -101;
int ERROR_INSTALLER_NEEDS_UPDATE = -102;
}
npm install @paypal/react-paypal-js