Inspeckage icon indicating copy to clipboard operation
Inspeckage copied to clipboard

Allow file browsing when app is not running

Open dkisselev opened this issue 10 years ago • 0 comments

Similar to my last issue, the app I'm working on doesn't have a running state because it's just a widget and some non-persistent services that update it on intents.

I'm guessing it's a permissions issue? Your module can only pull the directory list/files if it executes code from within the context of the app itself? If you already know the path, perhaps requesting root at the right moment would be enough to allow you to pull files for any app that you're inspecting,

dkisselev avatar Mar 01 '16 18:03 dkisselev