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:
Fredrik Fornwall
2019-04-21 20:19:03 +02:00
parent 0605fc4843
commit f4fb45cbd6

View File

@@ -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"