From 37453ed7faa15d114e66cb8ad0c7572cee3b8109 Mon Sep 17 00:00:00 2001 From: PixelyIon Date: Wed, 1 Jun 2022 21:41:07 +0530 Subject: [PATCH] Use `DocumentsProvider` for log sharing We used a `FileProvider` for log sharing prior, this is no longer necessary since it comes under the `DocumentsProvider` now which can be utilized to share the log document directly. --- .idea/misc.xml | 1 + app/src/main/AndroidManifest.xml | 10 ---------- app/src/main/java/emu/skyline/MainActivity.kt | 11 ++++++----- app/src/main/res/xml/filepaths.xml | 5 ----- 4 files changed, 7 insertions(+), 20 deletions(-) delete mode 100644 app/src/main/res/xml/filepaths.xml diff --git a/.idea/misc.xml b/.idea/misc.xml index 7e295ae7..84589720 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -16,6 +16,7 @@ + diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 5aaef2c1..df363863 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -105,16 +105,6 @@ - - - - - - - -