Added: Add message to bootstrap error if user installed termux on portable/external/removable sd card since its not supported on some devices

This commit is contained in:
agnostic-apollo
2022-04-26 03:28:20 +05:00
parent 5290ce1f77
commit 007bef8132
2 changed files with 15 additions and 3 deletions

View File

@@ -33,7 +33,11 @@
<string name="bootstrap_error_try_again">Try again</string>
<string name="bootstrap_error_not_primary_user_message">&TERMUX_APP_NAME; can only be run as the primary user.
\nBootstrap binaries compiled for &TERMUX_APP_NAME; have hardcoded $PREFIX path and cannot be installed
under any path other than %1$s.</string>
under any path other than:\n%1$s.</string>
<string name="bootstrap_error_installed_on_portable_sd">&TERMUX_APP_NAME; cannot be installed on
portable/external/removable sd card on your device.
\nBootstrap binaries compiled for &TERMUX_APP_NAME; have hardcoded $PREFIX path and cannot be installed
under any path other than:\n%1$s.</string>