Skip to content

Commit f5216f6

Browse files
committed
Update
1 parent a2a2f05 commit f5216f6

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

Version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [Tool-Tree](https://zenlua.github.io/Tool-Tree)
22

3-
**Version: Dev**
3+
**Version: 1.3.2 (14-2-2026)**
44

55
+ Fix notification
66
+ Fix some problems

common/src/main/java/com/omarea/common/shell/ShellTranslation.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class ShellTranslation(val context: Context) {
2525
2626
am:[start -a ACTION -d URI -n PACKAGE/CLASS]
2727
am:[startservice -n PACKAGE/CLASS]
28+
am:[foregroundservice -n PACKAGE/CLASS]
2829
am:[broadcast -a ACTION]
2930
3031
Extras:

pio/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
targetSdkVersion 28
2222
versionCode Integer.parseInt(new java.text.SimpleDateFormat("yyMMddHH").format(new Date()))
2323
// versionCode 26021101
24-
versionName "1.3.1"
24+
versionName "1.3.2"
2525
}
2626
signingConfigs {
2727
release {

pio/src/main/assets/home/etc/tool-tree.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ xml_print '<group>
115115
<title>'$utilities_text'</title>
116116
<desc>'$home_text_2'</desc>
117117
<option type="default" id="v1" auto-off="true" reload="true" interruptible="false" >'$feature_hide_text'</option>
118-
<option type="default" id="v2" auto-off="true" interruptible="false" >'$open_activity_text' '$PTSH'</option>
119-
<option type="default" id="v3" auto-off="true" interruptible="false" >'$open_activity_text' '$PTSH' (root-data)</option>
118+
<option type="default" id="v2" auto-off="true" interruptible="false" >'$open_activity_text' ROM</option>
119+
<option type="default" id="v3" auto-off="true" interruptible="false" >'$open_activity_text' (data-root)</option>
120120
<handler>
121121
if [ "$menu_id" == "v1" ];then
122122
[ "$(glog hide_show)" == 1 ] && slog hide_show 0 || slog hide_show 1
@@ -204,8 +204,8 @@ xml_print '<group>
204204
<option type="default" id="v1" auto-off="true" reload="true" interruptible="false" >'$feature_hide_text'</option>
205205
<option type="file" id="v2" suffix="zip" auto-off="true">'$more_text_3'</option>
206206
<option type="file" id="v3" suffix="jar" reload="true" auto-off="true">'$more_text_10' apkeditor.jar</option>
207-
<option type="default" id="v4" auto-off="true" interruptible="false" >'$open_activity_text' '$PTAH'</option>
208-
<option type="default" id="v5" auto-off="true" interruptible="false" >'$open_activity_text' '$PTAH' (root-data)</option>
207+
<option type="default" id="v4" auto-off="true" interruptible="false" >'$open_activity_text' APK</option>
208+
<option type="default" id="v5" auto-off="true" interruptible="false" >'$open_activity_text' (data-root)</option>
209209
<handler>
210210
if [ "$menu_id" == "v1" ];then
211211
[ "$(glog hide_show2)" == 1 ] && slog hide_show2 0 || slog hide_show2 1

0 commit comments

Comments
 (0)