Skip to content

Commit f998dce

Browse files
committed
Upload file
1 parent e3222fd commit f998dce

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

common/src/main/java/com/omarea/common/shell/ShellExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ private static String getEnvPath() {
3636
throw new RuntimeException("Unable to obtain $PATH parameter");
3737
}
3838
} catch (Exception ex) {
39-
defaultEnvPath = "/sbin:/system/sbin:/system/bin:/system/xbin:/odm/bin:/vendor/bin:/vendor/xbin";
39+
defaultEnvPath = "/system/bin:/vendor/bin:/odm/bin:/system/xbin:/vendor/xbin:/system/sbin:/sbin";
4040
}
4141
}
4242

pio/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
android:label="@string/app_name"
2626
android:supportsRtl="true"
2727
android:enableOnBackInvokedCallback="true"
28+
android:requestLegacyExternalStorage="true"
2829
android:theme="@style/AppTheme"
2930
android:localeConfig="@xml/locale_config"
3031
tools:ignore="GoogleAppIndexingWarning" >

0 commit comments

Comments
 (0)