From 34fafb444245b8b05bd75ae7f105265e4044d216 Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Fri, 23 Nov 2018 23:33:54 +0100 Subject: [PATCH] Android: add 7z file type --- .../reicast/src/naomi/AndroidManifest.xml | 10 ++++++++++ .../reicast/src/naomi/res/values/donottranslate.xml | 1 + 2 files changed, 11 insertions(+) diff --git a/shell/android-studio/reicast/src/naomi/AndroidManifest.xml b/shell/android-studio/reicast/src/naomi/AndroidManifest.xml index ca642d97d..ce8b25026 100644 --- a/shell/android-studio/reicast/src/naomi/AndroidManifest.xml +++ b/shell/android-studio/reicast/src/naomi/AndroidManifest.xml @@ -50,6 +50,16 @@ android:mimeType="*/*" android:pathPattern=".*\\.zip" android:scheme="file" /> + + diff --git a/shell/android-studio/reicast/src/naomi/res/values/donottranslate.xml b/shell/android-studio/reicast/src/naomi/res/values/donottranslate.xml index 78983f941..e5b35ec6b 100644 --- a/shell/android-studio/reicast/src/naomi/res/values/donottranslate.xml +++ b/shell/android-studio/reicast/src/naomi/res/values/donottranslate.xml @@ -8,6 +8,7 @@ dat lst zip + 7z \ No newline at end of file