1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Android: Revert commit 9bad191

This commit is contained in:
ed 2019-01-07 15:49:11 +00:00
parent 02b7c0936d
commit 5e7409ead1

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"));