From cb0b4f34f96321cfd6ccfa98b38fa4bc7008f3f3 Mon Sep 17 00:00:00 2001
From: lzl <1239365383@qq.com>
Date: Fri, 28 Nov 2025 11:10:30 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4provider?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
MainModule/src/main/AndroidManifest.xml | 4 ++--
MainModule/src/main/res/xml/file_paths.xml | 23 -------------------
app/build.gradle | 6 +++--
app/src/main/AndroidManifest.xml | 4 ++--
app/src/main/res/xml/file_paths.xml | 26 ----------------------
5 files changed, 8 insertions(+), 55 deletions(-)
delete mode 100644 MainModule/src/main/res/xml/file_paths.xml
delete mode 100644 app/src/main/res/xml/file_paths.xml
diff --git a/MainModule/src/main/AndroidManifest.xml b/MainModule/src/main/AndroidManifest.xml
index 801888ef..f3a67668 100644
--- a/MainModule/src/main/AndroidManifest.xml
+++ b/MainModule/src/main/AndroidManifest.xml
@@ -209,7 +209,7 @@
-
-
+ -->
\ No newline at end of file
diff --git a/MainModule/src/main/res/xml/file_paths.xml b/MainModule/src/main/res/xml/file_paths.xml
deleted file mode 100644
index 62e2dca1..00000000
--- a/MainModule/src/main/res/xml/file_paths.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/build.gradle b/app/build.gradle
index 6f4b190b..3bd02324 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -63,7 +63,8 @@ android {
// 【正式版图标】替换manifest中的占位符(使用main目录下的正式图标)
manifestPlaceholders = [
- appIcon: "@mipmap/ic_launcher" // 需在main/res/mipmap放置该图标
+ appIcon: "@mipmap/ic_launcher", // 需在main/res/mipmap放置该图标
+ fileProviderAuthority: "com.qxcm.qxlive.provider"
]
}
@@ -80,7 +81,8 @@ android {
//
// // 【测试版图标】替换为测试专用图标
manifestPlaceholders = [
- appIcon: "@mipmap/ic_launcher_app_bat" // 需在main/res/mipmap放置该图标
+ appIcon: "@mipmap/ic_launcher_app_bat", // 需在main/res/mipmap放置该图标
+ fileProviderAuthority: "com.qxcm.qxlive.beta.provider"
]
}
}
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index a3ae9994..69b98171 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -202,7 +202,7 @@
android:exported="true"
/>
-
-
+ -->
diff --git a/app/src/main/res/xml/file_paths.xml b/app/src/main/res/xml/file_paths.xml
deleted file mode 100644
index 91a79ed3..00000000
--- a/app/src/main/res/xml/file_paths.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file