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