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:
parent
02b7c0936d
commit
5e7409ead1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue