6.7.0 - Alpha14 - 主页抽屉开关类条目标题可点击; 主页抽屉增加 "所有文件管理权限"; 客户端模式特殊用途 IP 检测提示

This commit is contained in:
SuperMonster003
2026-01-15 15:40:28 +08:00
parent 8812471328
commit 1b2ca9a93a
61 changed files with 1608 additions and 917 deletions

View File

@@ -396,7 +396,11 @@
<service
android:name="org.autojs.autojs.external.foreground.MainActivityForegroundService"
android:foregroundServiceType="specialUse" />
android:foregroundServiceType="specialUse">
<property
android:name="android.app.PROPERTY_SPECIAL_USE_FGS_SUBTYPE"
android:value="To ensure the app can smoothly complete automation workflow even when running in the background" />
</service>
<service android:name="org.autojs.autojs.external.ScriptExecutionIntentService" />