From 2df9dd0da7efcd7678eecb4fd43fd7963b9549b5 Mon Sep 17 00:00:00 2001 From: houxg Date: Wed, 28 Dec 2016 16:35:36 +0800 Subject: [PATCH] =?UTF-8?q?fix=20can=E2=80=99t=20upgrade=20app=20in=20Andr?= =?UTF-8?q?oid=20N?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/AndroidManifest.xml | 11 +++++++++++ app/src/main/res/xml/provider_paths.xml | 7 +++++++ 2 files changed, 18 insertions(+) create mode 100644 app/src/main/res/xml/provider_paths.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index cda9c38..2b2b770 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -57,6 +57,17 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/xml/provider_paths.xml b/app/src/main/res/xml/provider_paths.xml new file mode 100644 index 0000000..1b4e495 --- /dev/null +++ b/app/src/main/res/xml/provider_paths.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file