Skip to content

Commit 1fd5728

Browse files
devinpraterclaude
andcommitted
Restore accidentally removed plugin app entity declarations
The entity declarations for Termux:API, Termux:Boot, Termux:Float, Termux:Styling, Termux:Tasker, and Termux:Widget were accidentally removed in commit 45660bf when renaming the app. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 658925c commit 1fd5728

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

termux-shared/src/main/res/values/strings.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
<!DOCTYPE resources [
44
<!ENTITY TERMUX_PACKAGE_NAME "com.termux">
55
<!ENTITY TERMUX_APP_NAME "Termux">
6+
<!ENTITY TERMUX_API_APP_NAME "Termux:API">
7+
<!ENTITY TERMUX_BOOT_APP_NAME "Termux:Boot">
8+
<!ENTITY TERMUX_FLOAT_APP_NAME "Termux:Float">
9+
<!ENTITY TERMUX_STYLING_APP_NAME "Termux:Styling">
10+
<!ENTITY TERMUX_TASKER_APP_NAME "Termux:Tasker">
11+
<!ENTITY TERMUX_WIDGET_APP_NAME "Termux:Widget">
612
<!ENTITY TERMUX_PREFIX_DIR_PATH "/data/data/com.termux/files/usr">
713
]>
814

0 commit comments

Comments
 (0)