- Home /
Question by
hollym16 · Jul 12, 2017 at 04:24 PM ·
androidcamerascreenshotapplication.openurl
Open screenshot in file location Android
I have a button that takes a screenshot which saves into my Android device in the folder "sdcard/DCIM/Camera".
I then have a separate button with the code:
Application.OpenURL ("/sdcard/DCIM/Camera");
This button is meant to open up the filing system so the user can view the screenshot that was taken.
When I test this, it briefly opens a filing system then returns to the App, it doesn't have time to load anything other then the folder name and the related GUI (search, options etc buttons).
Does anyone know why it doesn't stay on the folder?
Comment