We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3769aca commit 6cf5854Copy full SHA for 6cf5854
1 file changed
app/src/main/java/com/fox2code/mmm/MainApplication.java
@@ -106,7 +106,7 @@ public class MainApplication extends FoxApplication implements androidx.work.Con
106
public static String updateCheckBg;
107
108
static {
109
- Shell.setDefaultBuilder(shellBuilder = Shell.Builder.create().setFlags(Shell.FLAG_REDIRECT_STDERR).setTimeout(15).setInitializers(InstallerInitializer.class));
+ Shell.setDefaultBuilder(shellBuilder = Shell.Builder.create().setFlags(Shell.FLAG_REDIRECT_STDERR | Shell.FLAG_MOUNT_MASTER).setTimeout(15).setInitializers(InstallerInitializer.class));
110
Random random = new Random();
111
do {
112
secret = random.nextLong();
0 commit comments