删除provider

This commit is contained in:
2025-11-28 11:10:30 +08:00
parent 3ed79a24bb
commit cb0b4f34f9
5 changed files with 8 additions and 55 deletions

View File

@@ -209,7 +209,7 @@
<provider
<!-- <provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.fileprovider"
android:exported="false"
@@ -217,7 +217,7 @@
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths" />
</provider>
</provider>-->
</application>
</manifest>