合并模块WinBoLL 同步最新时间标签winboll-v15.20.6

This commit is contained in:
qinglong
2026-06-02 21:00:01 +08:00
parent db804d1897
commit 7a3b54b78b
11 changed files with 782 additions and 41 deletions

View File

@@ -11,6 +11,9 @@
<!-- 发送持久广播 -->
<uses-permission android:name="android.permission.BROADCAST_STICKY"/>
<!-- 创建桌面快捷方式Android 8.0 以下兼容) -->
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/>
<!-- 对正在运行的应用重新排序 -->
<uses-permission android:name="android.permission.REORDER_TASKS"/>
@@ -330,9 +333,20 @@
</activity>
<activity android:name="cc.winboll.studio.winboll.applications.MyTermuxActivity"
<activity android:name="cc.winboll.studio.winboll.termux.MyTermuxActivity"
android:label="@string/my_termux_activity"
android:exported="true"/>
android:exported="true"
android:launchMode="singleTask">
<intent-filter>
<action android:name="cc.winboll.studio.winboll.action.EXECUTE_TERMUX_BUTTON"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
</application>