mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01: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:
parent
0605fc4843
commit
f4fb45cbd6
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue