6.7.0 - Alpha4 - 部分设备无法正常初始化 MLKit Google OCR 的问题 (试修) (issue #8)

This commit is contained in:
SuperMonster003
2025-07-26 15:04:27 +08:00
parent 21b6e413cc
commit 0c5d837ec6
5 changed files with 30 additions and 10 deletions

View File

@@ -209,8 +209,7 @@
<activity
android:name="org.autojs.autojs.ui.splash.SplashActivity"
android:exported="true"
android:theme="@style/AppTheme.Splash"
>
android:theme="@style/AppTheme.Splash">
<meta-data
android:name="android.app.shortcuts"
android:resource="@xml/app_shortcuts" />
@@ -748,6 +747,15 @@
android:name="moe.shizuku.client.V3_SUPPORT"
android:value="true" />
<!-- @Hint by SuperMonster003 on Jul 25, 2025. -->
<!-- ! -->
<!-- ! This provider is explicitly excluded and manually initialized in org.autojs.autojs.App. -->
<!-- ! zh-CN: 此 provider 被显式排除, 并在 org.autojs.autojs.App 手动初始化. -->
<provider
android:name="com.google.mlkit.common.internal.MlKitInitProvider"
android:authorities="${applicationId}.mlkitinitprovider"
tools:node="remove" />
</application>
</manifest>