LGPL库引入后导致app整体处于全面重适配状态,将会处于长期不可用状态

This commit is contained in:
2026-08-30 21:51:19 +08:00
parent e102e07378
commit 02ca590c65
6 changed files with 78 additions and 18 deletions
+3 -2
View File
@@ -13,7 +13,8 @@
android:icon="@mipmap/ic_launcher"
android:label="清听"
android:usesCleartextTraffic="true"
android:foregroundServiceType="mediaPlayback">
android:foregroundServiceType="mediaPlayback"
android:extractNativeLibs="true"> <!-- ⭐ 强制提取 .so,避免压缩后加载失败 -->
<activity
android:name=".MainActivity"
@@ -53,7 +54,7 @@
</intent-filter>
</receiver>
<!-- FileProvider for artwork -->
<!-- FileProvider for artwork(已配置,保持不变) -->
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.fileprovider"