We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3222fd commit f998dceCopy full SHA for f998dce
2 files changed
common/src/main/java/com/omarea/common/shell/ShellExecutor.java
@@ -36,7 +36,7 @@ private static String getEnvPath() {
36
throw new RuntimeException("Unable to obtain $PATH parameter");
37
}
38
} catch (Exception ex) {
39
- defaultEnvPath = "/sbin:/system/sbin:/system/bin:/system/xbin:/odm/bin:/vendor/bin:/vendor/xbin";
+ defaultEnvPath = "/system/bin:/vendor/bin:/odm/bin:/system/xbin:/vendor/xbin:/system/sbin:/sbin";
40
41
42
pio/src/main/AndroidManifest.xml
@@ -25,6 +25,7 @@
25
android:label="@string/app_name"
26
android:supportsRtl="true"
27
android:enableOnBackInvokedCallback="true"
28
+ android:requestLegacyExternalStorage="true"
29
android:theme="@style/AppTheme"
30
android:localeConfig="@xml/locale_config"
31
tools:ignore="GoogleAppIndexingWarning" >
0 commit comments