From 5e7409ead1e8b3e4bc031c080beafd8214ddf623 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 7 Jan 2019 15:49:11 +0000 Subject: [PATCH] Android: Revert commit 9bad191 --- modules/juce_core/native/juce_android_Files.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_core/native/juce_android_Files.cpp b/modules/juce_core/native/juce_android_Files.cpp index c000ab7176..115dba7d40 100644 --- a/modules/juce_core/native/juce_android_Files.cpp +++ b/modules/juce_core/native/juce_android_Files.cpp @@ -629,7 +629,7 @@ bool File::moveToTrash() const JUCE_API bool JUCE_CALLTYPE Process::openDocument (const String& fileName, const String&) { - URL targetURL (File::createFileWithoutCheckingPath (fileName)); + URL targetURL (fileName); auto* env = getEnv(); const LocalRef action (javaString ("android.intent.action.VIEW"));