6.7.0 - Alpha12 - 插件中心 M2 - 插件中心更新支持 ETag/缓存/退避; WorkManager 自动检查更新

This commit is contained in:
SuperMonster003
2025-12-12 11:58:01 +08:00
parent b4a87e6639
commit 9864d2010c
25 changed files with 802 additions and 164 deletions

View File

@@ -27,6 +27,12 @@
<!-- ! Target API == 29: WRT + [ MSV<29> ] / WRT + [ MSV<28> ] + LGC -->
<!-- ! Target API >= 30: WRT + [ MSV<29> ] + LGC + MAN -->
<permission
android:name="org.autojs.permission.PLUGIN"
android:protectionLevel="signature" />
<uses-permission android:name="org.autojs.permission.PLUGIN" />
<uses-permission
android:name="android.permission.READ_EXTERNAL_STORAGE"
android:maxSdkVersion="32" />
@@ -132,10 +138,6 @@
android:protectionLevel="signature"
tools:ignore="ProtectedPermissions" />
<uses-permission
android:name="org.autojs.permission.PLUGIN"
android:protectionLevel="normal" />
<!-- 非 AutoJs6 运行必需, 不会主动申请, 脚本可自行申请 -->
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />