mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 10:45:23 +08:00
Add the label attribute on TermuxActivity
Should fix the F-Droid naming of the app, see https://github.com/termux/termux-app/issues/1107
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
|
||||
<activity
|
||||
android:name="com.termux.app.TermuxActivity"
|
||||
android:label="@string/application_name"
|
||||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
|
||||
android:launchMode="singleTask"
|
||||
android:resizeableActivity="true"
|
||||
|
Reference in New Issue
Block a user