Browse Source

Android: Revert commit 9bad191

tags/2021-05-28
ed 6 years ago
parent
commit
5e7409ead1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_core/native/juce_android_Files.cpp

+ 1
- 1
modules/juce_core/native/juce_android_Files.cpp View File

@@ -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<jstring> action (javaString ("android.intent.action.VIEW"));


Loading…
Cancel
Save