File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
common/src/main/java/com/omarea/common/shell Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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>
121121if [ "$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>
210210if [ "$menu_id" == "v1" ];then
211211[ "$(glog hide_show2)" == 1 ] && slog hide_show2 0 || slog hide_show2 1
You can’t perform that action at this time.
0 commit comments