Wrong application name of Termux
The Termux (https://f-droid.org/packages/com.termux/) app is now shown with the app name "Termux (failsafe)", while the desired name is just "Termux".
Here is the manifest file: https://github.com/termux/termux-app/blob/v0.67/app/src/main/AndroidManifest.xml
The secondary "Termux (failsafe)" activity has recently been added, but that is just a secondary activity which is not the main use case.
Shouldn't F-Droid show the android:label attribute of the <application/> as the app name instead of taking an activity name?
Can this be worked around in the AndroidManifest.xml somehow?
Edited by Fredrik Fornwall