6.7.0 - Alpha12 - 插件中心 M2 - 插件中心更新支持 ETag/缓存/退避; WorkManager 自动检查更新
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user