LGPL库引入后导致app整体处于全面重适配状态,将会处于长期不可用状态
This commit is contained in:
@@ -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"
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user