'Open in Terminal' option doesn't work
'Open in Terminal' option doesn't seem to be worked.
It tells me 'no app found to handle this'
I have read similar issues about this problem.
But i want to ask a small question, are there a specific terminal apps that Material Files support, and if yes, is Termux or Android 9/10's built-in terminal app (which can be accessed and enabled by enabling developer options) a one of those ?.
And thanks in advance.
I also wonder what terminal apps work. Actually, maybe I can capture the intent and pass that on to the Termux team.
Edit: nope, no intent fires off that I know how to capture.
This is the intent Termux should capture. I don't know if this should be added on Material Files or Termux.
https://github.com/zhanghai/MaterialFiles/blob/master/app%2Fsrc%2Fmain%2Fjava%2Fme%2Fzhanghai%2Fandroid%2Ffiles%2Fterminal%2FTerminal.kt
This is the intent Termux should capture. I don't know if this should be added on Material Files or Termux.
https://github.com/zhanghai/MaterialFiles/blob/master/app%2Fsrc%2Fmain%2Fjava%2Fme%2Fzhanghai%2Fandroid%2Ffiles%2Fterminal%2FTerminal.kt
This seems to be preconfigured for some other terminal app which no longer exists.
Might be related: https://github.com/termux/termux-app/wiki/RUN_COMMAND-Intent
I don't know if there is an intent mime type that terminal apps would react to, so this strikes me as something suited for a setting. Imagine being able to pick an app from a list.